Vercel 404: NOT_FOUND
NOT FOUND page not showing when deployed to Vercel
Hi! I've been working on implementing documentation using Vocs, and deployed it live last week. Everything works well — except the "Page Not Found" page, which doesn't seem to work in production.
- In development (
localhost), navigating to a non-existent route correctly shows the "Page Not Found" page:
- But in production (on Vercel), I get the default Vercel 404 page instead:
I looked into your "Bootstrap via Vercel" documentation to see if this was handled there, but it doesn't seem to address the issue. I also reviewed if your documentation vocs.dev fixed this issue but it happens there as well. See not-found-route.
Any help on how to properly show the custom 404 page on Vercel would be greatly appreciated. Thanks for the awesome work on Vocs!
hey @martimayoral, any updates on this? I also came across the problem and i'm trying to find a solution
Is there actually the possibility to design a custom 404 page?