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
When using next-auth with access tokens and refresh tokens to secure my site, I receive a RequestHeaderSectionTooLarge error when retrieving static assets. This is due to the maximum size being 8192 on S3 buckets (see aws-amplify/amplify-hosting#2558).
Is there an existing issue for this?
Current Behavior
When using next-auth with access tokens and refresh tokens to secure my site, I receive a
RequestHeaderSectionTooLarge
error when retrieving static assets. This is due to the maximum size being 8192 on S3 buckets (see aws-amplify/amplify-hosting#2558).Expected Behavior
Amazon S3 doesn't process cookies see docs here.
I think the cookie_behavior option in the cloudfront cache policy should be changed to
"none"
in the locals.tfSteps To Reproduce
Use next-auth with a large session cookie
Output
No response
Code of Conduct
Sensitive Information Declaration
The text was updated successfully, but these errors were encountered: