When the application is deployed on Vercel, client-side routes (e.g. /login, /signup) work correctly during in-app navigation.
However, refreshing the page or directly accessing a nested route results in a 404: NOT_FOUND error.
β
myapp.vercel.app
β
myapp.vercel.app/signup (via navigation)
β myapp.vercel.app/signup (on browser refresh)