snowypy
(Cigan)
November 30, 2024, 1:02am
1
404 Error: https://snowy.full-stack.dev/a38ewaev.png
Vercel Project Overview: https://snowy.full-stack.dev/788cgxn7.png
Deploy Logs Paste: snowyjs on e-z.host
Source: https://snowy.full-stack.dev/rt0mruf9.png
Any suggestions would be great, the dev version runs fine locally (npm run dev)
system
(system)
November 30, 2024, 1:02am
2
There’s another community post with 404 debugging tips that might be helpful. Please give these solutions a try and let us know how it goes.
Sometimes things don’t go as expected when deploying a website. If you see a 404 on your site, that means the page or resource couldn’t be found.
There are many possible causes, and the absence of something can be tricky debug if you don’t know where to look. Here are some things you can do to find the cause and fix it.
Debugging Tips
Check the error code
If you see a mostly white screen with 404: NOT_FOUND along with a Code and and ID then you can click the blue info box below the error deta…
A human should be around soon to offer more advice. But you can also get helpful information quickly by asking v0 .
Would you mind sharing your file structure in the /app
directory and possibly the root layout as well as page file to verify that they are set up correctly? The logs indicate that the root path /
has been compiled though which might be indicative of your middleware accidentally 404-ing or attempting to redirect/rewrite to a route that does not exist. Have you confirmed that this isn’t the case?
3 Likes
pawlean
(Pauline P. Narvas)
December 2, 2024, 6:47pm
4
Thanks for jumping in here, @christianivicevic Also great to see you join!
1 Like