You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there! Thanks for opening this issue. We appreciate your contribution to this open-source project.
Please make sure to read this issue for important guidelines.
We aim to respond or assign your issue as soon as possible.
I did some research and found out that this happens because the vercel servers don’t know how to handle sub-pages (URLs). The fix is as simple as adding a vercel.json to the root directory and adding redirect rules.
@codewarnab Can I add this file? I have tested this by deploying (via vercel) a fork of the codebase (with vercel.json), and it seems to be working fine. You can test it out here - sample vercel deployment with vercel.json
Is there an existing issue for this?
Describe the bug
In routes other than '/', when user reloads or hard reloads, a '404: NOT_FOUND' error is thrown by vercel.
Expected behavior
Reloading shoud not lead to a 404 error for routes that do actually exist.
Add ScreenShots
What browsers are you seeing the problem on?
Chrome
Record
The text was updated successfully, but these errors were encountered: