-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] 413 HTTP response returned when uploading large files via LiveResponse #543
Comments
I did some additional testing: if the file is smaller than 1MB, the upload still works, otherwise it fails returning the HTTP 413 header. |
Sorry for the slow response. Your saying this was support previously but has stopped working? Do you know when that stopped working? |
What version of the SDK are you using as we attempted a fix for this in 1.5.6 with this PR #533 |
Yes this worked for a long time and stopped working maybe three or four weeks ago.
I'm using version 1.5.6 |
@7a6570 Can you open a support case with us and drop the case number here. Nothing has changed in the SDK so this is likely the backend API somewhere |
We made one minor change in 1.5.6 with this PR #533 Can you try using 1.5.5 and letting me know if that makes a difference |
We have confirmed a backend issue and it is being worked on |
OK, thanks for the update. I already opened a case, the number is: 35912150 |
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.
The text was updated successfully, but these errors were encountered: