Title: Vercel deployment is Ready but returns 404 NOT_FOUND
My Next.js project deploys successfully on Vercel and the deployment status is Ready, but the production URL and deployment URL both return 404 NOT_FOUND.
Project: tutor-verse
GitHub repository: randomsoul/TutorVerse
Latest commit: 38db327 – Build TutorVerse website
The application:
builds successfully with npm run build runs correctly on localhost:3000 in GitHub Codespaces Vercel deployment status is Ready Root Directory is ./ Domain shows Valid Configuration Domain is connected to Production Vercel Authentication/Deployment Protection has been disabled Both the production URL and deployment URL return the same Vercel 404 NOT_FOUND Vercel logs show no request logs/errors
Could you please check whether there is an issue with the Vercel deployment/edge routing or project configuration?
Thank you.