Dimis
September 8, 2024, 4:10pm
1
I am trying to deploy my site but I am getting this error:
Page Not Found
Looks like you’ve followed a broken link or entered a URL that doesn’t exist on this site.
Back to our site
If this is your site, and you weren’t expecting a 404 for this path, please visit Netlify’s “page not found” support guide for troubleshooting tips.
Dimis
September 8, 2024, 5:24pm
3
@hrishikesh I tried to look for a solution but I could not figure it out
The file must be named index.html
, not todo.html
.
Dimis
September 8, 2024, 7:27pm
5
@hrishikesh Thank you!
You were able to help me fix this deployment error.
However, I still encounter the same issue with some React Projects—the index.html exists in the public folder
@Dimis You can use the Deploy File Browser to check what you’ve actually deployed.
If it doesn’t contain what you expect, then you would adjust your Build Configuration so that your site builds and deploys however it requires.
Dimis
September 16, 2024, 10:35am
7
@nathanmartin Thank you. It worked