Skip to content
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

Large request body(>4.5 MB) giving AWS error code (>6 MB) #84

Open
Alcas1 opened this issue Jan 16, 2023 · 0 comments
Open

Large request body(>4.5 MB) giving AWS error code (>6 MB) #84

Alcas1 opened this issue Jan 16, 2023 · 0 comments

Comments

@Alcas1
Copy link

Alcas1 commented Jan 16, 2023

Looking through the Vercel serverless function limitations:
https://vercel.com/docs/concepts/limits/overview#serverless-function-payload-size-limit
The body size limit is shown to be 4.5 MB. I have verified this limit through basic testing as well.

However, the stacktrace for this error actually returns a message: Error: Body exceeded 6mb limit.
6 MB is the request body size limit for AWS lambda calls.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant