I’m uploading a file to my Bubble database via the /fileupload endpoint.
I’m getting the following error whenever the file exceeds 20MB:
Error: Server responded with status 400: Error: Error parsing request body: request entity too large
This surprises me. I know there is a hard limit of 20MB for the total size of data stored in one thing. However, as the Bubble manual says ‘This refers to data stored in the thing itself, and not associated data such as files and images’.
So in my mind there should be no issue with uploading files > 20MB.
Am I missing something here?