I am trying to upload an image to Cloudinary by way of a Netlify Function. I am sending the base64 encoded string representation of an image file from the browser to the serverless function. This call crashes occasionally when the max POST body size is exceeded (with a hi-res image).
Is there a formal limit in the documentation somewhere for how big the data in the POST body can be?