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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: