Replies: 1 comment 2 replies
-
An issue with your prod settings |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a next.js application with this mechanism:
Everything is working as intended in the development mode. After deploying the app to vercel, I got a 413 error whenever I tried to upload video files larger than 4MB. It works fine with files smaller than that. I read that the limit for formidable is 200MB and the limit for vercel server is 5MB so I wonder what went wrong with this?
Error message:
the front-end code:
back-end code
api/video/path
Beta Was this translation helpful? Give feedback.
All reactions