No badges yet
No accepted solutions yet
413 Payload Too Large
I think I must be misinterpreting the docs to think that there is a way around a > 4.5MB payload by using a streaming function. If someone can confirm or set me straight, that...
413 Payload Too Large
I'm not sure if it will help, but here's my function. It works in dev with a 6MB file, but not in production due to the aforementioned limit. ```ts import { IncomingForm, File as...
413 Payload Too Large
Hi @swarnava. Thanks for the reply. I did reference the document that you mentioned in my original post and in that doc it specifically states: > * Often, it can be hard or...
413 Payload Too Large
HI there, I'm on the hobby plan and have a serverless function to resize images using Sharp. I know that there is a 4.5 MB limit, and have read...