Hi I have deployed my github onto my vercel site using a nextra next.js documentation template. When testing the site locally it launches fine but after deploying it to vercel it says deployment not found. I have not committed the .next or node_modules folders to the github as they are too large and the push gets rejected
I’d be happy to help you figure out what’s going wrong. What’s the deployment URL I should check?
ftcdesign.vercel.app should work!
Thanks for sharing the link! I a 404 error page when I visit, which means the deployment was found but the requested page was not. You can learn more about that error code here: NOT_FOUND
There are a lot of possible reasons for a 404 error, so I don’t have a specific solution just based on what I’m able to see so far. But I wrote a guide with tips for debugging the most common causes we see for 404 errors in Vercel projects. Please give these ideas a try and let me know what works for you
1 Like
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.