Skip to content
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

[document_repository] Uploading file too large not reporting correctly #9158

Closed
jeffersoncasimir opened this issue Mar 21, 2024 · 0 comments
Closed
Assignees
Labels
26.0.0-bugs Issues that were raised during the release testing for 26.0.0 Category: Bug PR or issue that aims to report or fix a bug

Comments

@jeffersoncasimir
Copy link
Contributor

jeffersoncasimir commented Mar 21, 2024

Uploading a file too large returns a 400 response instead of the intended response that reports the error on test-dev-260.

The log error when uploading a 1GB file: POST Content-Length of 1073757430 bytes exceeds the limit of 1073741824 bytes

I believe if the post_max_size was increased, the upload_max_filesize limit would be triggered and it would report correctly.

@jeffersoncasimir jeffersoncasimir added Category: Bug PR or issue that aims to report or fix a bug 26.0.0-bugs Issues that were raised during the release testing for 26.0.0 labels Mar 21, 2024
@jeffersoncasimir jeffersoncasimir changed the title [document_repository] Uploading file too large not reporting correctky [document_repository] Uploading file too large not reporting correctly Mar 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
26.0.0-bugs Issues that were raised during the release testing for 26.0.0 Category: Bug PR or issue that aims to report or fix a bug
Projects
None yet
Development

No branches or pull requests

2 participants