Increase Payload
Unanswered
Chinese Alligator posted this in #help-forum
Chinese AlligatorOP
On my Next Js 14 project I'm uploading a video to Supabase Storage Buckets, locally it's working fine but when deploying to vercel I'm having this error :
POST https://www.future-promise.com/api/sending 413 (Payload Too Large)
23-c2152e8a099c2179.js:1 SyntaxError: Unexpected token 'R', "Request En"... is not valid JSON
After asking gpt about it he told me to increase Increase server limits. Anyone know how to do that ? and should i do it on my next js project or on vercel ?
POST https://www.future-promise.com/api/sending 413 (Payload Too Large)
23-c2152e8a099c2179.js:1 SyntaxError: Unexpected token 'R', "Request En"... is not valid JSON
After asking gpt about it he told me to increase Increase server limits. Anyone know how to do that ? and should i do it on my next js project or on vercel ?