Not_found 404

I do encounter “NOT_FOUND” 404 error on deployed site.

  1. Deployment is successful without any logs and errors,
  2. I’m building the project with root directory as /frontend for fullstack app
  3. vercel.json is configured correctly, including /frontend
  4. everything such as building commands and folder name (dist), aswell as project settings on vercel to run proper commands.
  5. I’m the owner of the project, I’m not misspelling the URL because I’m using the hiperlink from vercel

there is only one error in the console:
Failed to load resource: the server responded with a status of 404 ()

App is created on Vite, using react + typescript, with react-router,

Local deployment looks fine, so there aren’t any issues in code

https://brain-games-dun.vercel.app/

Hi @makibu. I wrote down some 404 troubleshooting tips that I use to solve most common causes of these errors. Please give these a try and let me know if they help you figure out why the error is happening. :pray:

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.