Large file upload error in production - "Your request was too large to submit successfully" #9205
-
I'm encountering an issue when trying to upload a large (70 MB) video file to a media collection in production with Payload CMS. The error message says, "Your request was too large to submit successfully." However, this issue doesn’t occur in my local environment, where uploads work as expected. Payload CMS version: 3.0.0-beta.127 ` `
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
How do you deploy your CMS on production? Do you use Nginx or another proxy? |
Beta Was this translation helpful? Give feedback.
Please, check the request body size limit in Vercel. Are you on the free plan, by the way?
We upload ~200Mb files to Payload but we use Nginx and we have to configure it.