Getting a 404 Error with correct URL

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)

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.

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

Thanks for jumping in here, @christianivicevic :open_hands: Also great to see you join!

1 Like