Skip to content

Deploy to Vercel (i keep getting this error, while trying to deploy on vercel, but app works fine locally. Please help attend to this problem as urgent.) #78209

Answered by icyJoseph
Pro-Prompter asked this question in Help
Discussion options

You must be logged in to vote

Well, if I had to go from the error you get, https://err.sh/vercel/vercel/now-next-routes-manifest, it looks like your export app is having issues with:

  • For next export users: do not override the "Output Directory", even if you customized the next export output directory. It will automatically detects the correct output.

or

  • In rare scenarios, this error message can also be caused by a Next.js build failure (if your "Build Command" accidentally returns an exit code that is not 0). Double check for any error messages above the Routes Manifest error, which may provide additional details.

Have you got any special next.config.js? How does your package.json scripts look like?

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Pro-Prompter
Comment options

Answer selected by Pro-Prompter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Help
Labels
None yet
2 participants