-
Notifications
You must be signed in to change notification settings - Fork 756
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
404 Error when deploying on vercel #69
Comments
@PatelN123 Did you find a solution for this? |
No, I didn't. :( |
Most likely this is a problem with your PD: I bought a xyz domain to test the app. I guess that helped too. |
@soloamilkar would you mind elaborating a bit more? I can't seem to be able to resolve the issue. What did refer to with domain settings on the Vercel dashboard? |
@PatelN123 @danieldev046 Echoing what @soloamilkar said, this is probably due to an incorrect configuration of your custom domain. You can also use wildcard subdomains on In the case of the demo, our team slug is I updated the comment here to make things clearer. I will be closing this issue for now but happy to reopen if there are any other confusions around this! |
Have similar problem |
same problem with me |
I had the same error. The solution is to NOT skip the domain configuration on this guide To explain further, I'll write the steps that solved for me:
|
Hey ya'll, following up on this – @PatelN123 @danieldev046 @drewes @avatarangg can y'all share a bit more on the issue you're facing? FYI I updated the comment here to make things clearer. The best approach is to use your own domain instead of a |
For all of you who come and want to route your root domain to a folder add www. prefix to the host.
|
I’m having this same problem. I’m trying to test out Vercel and its GitHub capabilities by using https://github.com/Thebro57/Ultraviolet for a repository, since I don’t currently develop on GitHub. It keeps coming up as a 404, and I currently am broke (XD) and don’t want to spend money on a domain. Help, please? |
I got cannot get / route error in express deploy. what can i do now? |
This was very helpful. Thanks! also, for those still facing the issue, do the above. Here is how I fixed mine. My hostname or NEXT_PUBLIC_ROOT_DOMAIN is "ainime.me"
I hope this helps, I spent 2 days on it. |
Hi,
I encounter the 404 error when I deploy this to vercel.
Here is the repo: https://github.com/PatelN123/prod/tree/main/platforms
Thanks
The text was updated successfully, but these errors were encountered: