You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have removed any sensitive information from my code snippets and submission.
Amplify Hosting feature
Build settings
Is your feature request related to a problem? Please describe:
I have looked at this #3884. While this is similar, we don't have any workarounds for Gen-2 to select build settings and images.
Nextjs 13 version works with Gen-2. However, Nextjs 14 app deployment fails due to build failure
# Starting phase: build
157
# Executing command: npm run build
158
2023-12-28T23:55:16.007Z [INFO]: > [email protected] build
159
> next build
160
2023-12-28T23:55:16.061Z [WARNING]: You are using Node.js 18.13.0. For Next.js, Node.js version >= v18.17.0 is required.
161
2023-12-28T23:55:16.072Z [ERROR]: !!! Build failed
162
2023-12-28T23:55:16.072Z [INFO]: Please read more about Amplify Hosting's support for SSR frameworks to find if your build failure is related to an unsupported feature: https://docs.aws.amazon.com/amplify/latest/userguide/amplify-ssr-framework-support.html. You may also find this troubleshooting guide useful: https://docs.aws.amazon.com/amplify/latest/userguide/troubleshooting-ssr-deployment.html
163
2023-12-28T23:55:16.072Z [ERROR]: !!! Non-Zero Exit Code detected
164
2023-12-28T23:55:16.072Z [INFO]: # Starting environment caching...
165
2023-12-28T23:55:16.072Z [INFO]: # Environment caching completed
Describe how you'd like this feature to work
Successful build and deployment of amplify gen-2 application using nextjs 14.x
The text was updated successfully, but these errors were encountered:
This has been identified as a feature request. If this feature is important to you, we strongly encourage you to give a 👍 reaction on the request. This helps us prioritize new features most important to you. Thank you!
Also, this repository only accepts new feature requests for AWS Amplify Hosting. For technical support, we encourage you to open a case with AWS technical support if you have AWS support plan. If you do not have an active AWS support plan, we encourage you to leverage our Amplify community Discord server where community members and staff try to help each other with Amplify.
Before opening, please confirm:
Amplify Hosting feature
Build settings
Is your feature request related to a problem? Please describe:
I have looked at this #3884. While this is similar, we don't have any workarounds for Gen-2 to select build settings and images.
Nextjs 13 version works with Gen-2. However, Nextjs 14 app deployment fails due to build failure
Describe how you'd like this feature to work
Successful build and deployment of amplify gen-2 application using nextjs 14.x
The text was updated successfully, but these errors were encountered: