Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

Error 413 Request Entity Too Large When uploading file #22

Open
wbmillogo opened this issue Mar 15, 2023 · 0 comments
Open

Error 413 Request Entity Too Large When uploading file #22

wbmillogo opened this issue Mar 15, 2023 · 0 comments

Comments

@wbmillogo
Copy link

We got "413 Request Entity Too Large:The data value transmitted exceeds the capacity limit." when trying to upload 500MB files via the web client.
The error when inspecting the page during the upload is
{
"message": "Invalid request: The data value transmitted exceeds the capacity limit.",
"status": 500
}
When investigating on the ecs logs we got "413 Request Entity Too Large:The data value transmitted exceeds the capacity limit."
Based on logs in sftp (transfert family) we know that the request didnt arrive to the sftp server, it's inside the backend code running on ecs we are assuming.

To repoduce:
Connect to the web client and try to upload file up to 150 MB

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant