-
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
ISR Regeneration Lambda fails with "A header you provided implies functionality that is not implemented" #2179
Comments
Hi @quinnturner can you try my suggestion here, I think it might be related to the issue you are facing. Thanks! |
Thanks, @Athena96. Setting |
Hi @quinnturner, it looks like its a separate issue, but we have a fix for this that will allow you to us Next.js 11, as a workaround you can downgrade to Next.js |
Woohoo! Thank you @Athena96 |
Hi @quinnturner this should be resolved now. Can you try with the latest version of next: |
This issue is resolved. I am experiencing a different ISR issue related to inconsistency between branches/apps but I will open up a new issue for that. Thanks! |
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. |
Before opening, please confirm:
App Id
d3fdiq126p9gfo
Region
us-east-1
Amplify Console feature
SSR
Describe the bug
Next.js ISR route fails with this error in the regeneration lambda:
I believe it is failing to upload the built file to S3. It might be that the upload is missing the
Content-Length
header, though I do not know.Expected behavior
Not to fail the Lambda
Reproduction steps
Here's the
getStaticProps
(removed some identifying info):Build Settings
Additional information
Lambda ID:
xrpzjukr-uurw6df
The text was updated successfully, but these errors were encountered: