1

Deplyment Error

How can I solve this error?

I tried many approaches like using Netlify CLI, linking to git and github but nothing worked.

The app works fine in development mode with no errors but it shows Error:404 page not found on both Netlify and Github Pages

The link of the deployed app

What should I do?

karim_mo
  • 137
  • 8

2 Answers2

6

I found the solution, I changed the folders' names and pushed them into Github but Github didn't change the folders' names, and Netlify is case-sensitive towards nomenclature.

karim_mo
  • 137
  • 8
0

Check your directory names using gitbash terminal, as it works like a linux Netlify/Vercel are linux containers check the actual case using gitbash and fix the name as per the import enter image description here

Arun-G
  • 111
  • 7