NextJS Turbo monorepo deployment issue on AWS Amplify #9136
Unanswered
haroonrashid2210
asked this question in
Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Summary
I am deploying nextjs turbo mono repo on AWS Amplify. AWS Amplify is not giving me any errors but it is neither showing anything. Instead, it is showing "Internal Server Error".
While creating the project, I check marked that my project is a monorepo but currently I am only deploying the client app.
I have deployed to the vercel but that is working fine. On vercel I created 2 projects and deployed admin and client separately. I only configured build command and vercel managed everything else.
These are vercel build commands for both apps
amplify.yml
Environment Variables
I tried deploying options (i.e. marking the project as a mono repo and unmarking project as monorepo). But no solutions worked.
Folder Structure
Additional information
No response
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions