How to get around Nextjs 4.5 mb payload size limit #2095
Unanswered
aquaductape
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Vercel has the maximum payload size for the request body or the response body of a Serverless Function is 4.5 MB.
So anytime this function is serving a file larger than 4.5 MB, I get 413: FUNCTION_PAYLOAD_TOO_LARGE error.
Is there any way to work around this using
got
Beta Was this translation helpful? Give feedback.
All reactions