-
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
Next.js v10 support #1915
Comments
Thanks for your feedback, we've taken an action item and will discuss next steps with the team. |
JFYI: https://github.com/vercel/next.js/releases/tag/v11.0.0 has been released yesterday and some developers mention they want to use v11 on Amplify Console. e.g. |
Do you have some timeline already for adding built-in Image Component and Automatic Image Optimizaiton. support? Just checking, because it's only one thing left for us to switch from serverless-next to amplify hosting and looking forward to it. |
We now have v10 support: https://aws.amazon.com/about-aws/whats-new/2021/08/aws-amplify-hosting-support-next-js-version-11/ |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Is your feature request related to a problem? Please describe.
I want Amplify to support Next.js v10 so that I can implement features which is supported only by Next.js v10
As an example features that I want to use,I can drive my POC with Next.js Commerce and integrate i18n routing with React v17.
Also I can optimzie images using built-in Image Component and Automatic Image Optimizaiton.
Describe the solution you'd like
Additional context
Your app uses Next.js version 10
I confirmed API Routes doesn't work in Next.js version 10.2.1 or later.
Error Log by Lambda@Edge is here.
Don't swallow MODULE_NOT_FOUND error #24577 released in 10.2.1 seems to cause this error.
The text was updated successfully, but these errors were encountered: