Deployment error 'Page Not Found'

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.

Did you try that guide?

@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.

@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.

@nathanmartin Thank you. It worked