404 with a succesful build #7368
Replies: 4 comments 1 reply
-
Hi @ridheshcybe, in my case, when I reload the page except '/', I'm getting the same error.
Pls help me to resolve this issue. Thanks in Advance! |
Beta Was this translation helpful? Give feedback.
-
@ridheshcybe If you're deploying a framework that is not officially supported you need to make sure to correctly configure a Vercel JSON for routing behaviour, example for ExpressJS { "version": 2, "rewrites": [{ "source": "/(.*)", "destination": "/api" }] } |
Beta Was this translation helpful? Give feedback.
-
I fixed it it was due to "/index.js" was missing attached is the full code |
Beta Was this translation helpful? Give feedback.
-
This discussion was automatically locked because the community moved to a new site. Please join us at vercel.community |
Beta Was this translation helpful? Give feedback.
-
Summary
i got a 404 with a succesful build with this vercel.json vercel.json
Example
https://track50.vercel.app/
Steps to Reproduce
go to https://track50.vercel.app/
Beta Was this translation helpful? Give feedback.
All reactions