Deploy a locally built Next.js app to Vercel (monorepo) #61713
Unanswered
alekseykurylev
asked this question in
Help
Replies: 1 comment
-
|
Hi @alekseykurylev, I also have the same concerns with you. Do you have any solutions for this? I’ve spent two days trying to find a way to deploy Next.js to Vercel locally (and via GitHub Actions), but without success |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Summary
Dynamic routing does not work if you deploy from a local assembly that is located in the monorepo (turborepo). Error 500 when switching to a dynamic partition: https://web-one-alpha-67.vercel.app/news
For example, I have deployed the basic turborepo example: https://github.com/vercel/turbo/tree/main/examples/basic The Web application has executed a local call to Vercel https://vercel.com/guides/deploying-locally-built-nextjs
Additional information
NextJs 14.1
vercel 33.2.0
Example
https://web-one-alpha-67.vercel.app/news
Beta Was this translation helpful? Give feedback.
All reactions