Open 7a6570 opened 2 weeks ago
I did some additional testing: if the file is smaller than 1MB, the upload still works, otherwise it fails returning the HTTP 413 header. Uploading the large file (40MB) via browser seems to work though. Can you please into this issue ? thx
I am seeing this behaviour on:
Describe the bug When uploading large files to endpoints via LiveResponse, a HTTP 413 response is returned from the backend:
Steps to Reproduce
Upload a large file (e.g. 40MB) to an endpoint using the cbc sdk:
Expected behavior Until recently, it was possible to upload a 40MB file to clients using the cbc SDK.