-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AWS amplify build failed #2009
Comments
Now i have this kind of error :
Always at "moduleNotFoundError" |
Even if i backup and deploy the lastest succesful commit, i still got the error.
|
Hi all, we've recently made improvements to our SSR error logging and have added support for Next.js 10/11. |
This is directly related to: |
This issue is a duplicate of #2098 and it seems isolated to Next v11. We have since launched improved support for Next.js versions 12 and 13 so this should no longer be an issue. |
This issue is now closed. Comments on closed issues are hard for our team to see. |
This issue has been automatically locked. |
Before opening, please confirm:
App Id
d2y4s18nsmd981
Region
eu-central-1
Amplify Console feature
Custom builds
Describe the bug
Hello,
The bug come when i deploy my modification on git and then build by amplify. The build failed everytime at :
Starting SSR Build...
and i go this message :
4 days earlier i did a realease and everything work perfectly my app build with no error.
but today i can't get rid of this error. i search everything on the net but nothing work to resolve it.
I don't understant why next.js come here because i never used it in my project ( react app), and i don't understant why the build start to do "SSR Build". The last build (the worked one) , i look at the log and the command SSR BUILD is not used.
Everything were fine 4 days ago...
Does your guys have a solution for this ?
Expected behavior
Build success with no error like the 25 past succed build.
Reproduction steps
Build Settings
Additional information
The last modification i did on my code where :
that all my changes
The text was updated successfully, but these errors were encountered: