"Page not found Looks like you’ve followed a broken link or entered a URL that doesn’t exist on this site." problem in my website

I need help for a error arised in my site.

  • Site link: https://verxiel.netlify.app/
  • Project’s topic: An messaging app.
  • I get the “Page not found Looks like you’ve followed a broken link or entered a URL that doesn’t exist on this site.” error on my site and I cannot get why?
  • I use Netlify for my app’s frontend and another service called Render for the backend, and so soon I didn’t get any errors buiding the react app in both of the services, the logs are clean.
  • If you can help, I would appreciate this.

I could help in any way I can solving this.

@Verxiel My wild guess is that you’ve not set your Build configuration.

Make sure to set your Build command and your Publish directory.

Netlify has likely deployed all files, (which it does by default).

So your project won’t have an index.html currently, and has files like:
https://verxiel.netlify.app/package.json

You can also confirm this using the ‘Deploy File Browser’.