413 FUNCTION_PAYLOAD_TOO_LARGE
Hi, with Vercel I'm now finding out that my payloads are too large, to be safe i need to be able to have 10mb, almost double vercels limit
This is a file upload which needs to be directly processed by the server, nothing of the file needs to be saved so I'm trying to avoid an S3 upload.
What options do I have here?
0 Replies