-
Notifications
You must be signed in to change notification settings - Fork 9
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
Uploading overlarge profile image results in bad gateway Apache error for the client... #1198
Comments
~Still investingating: possibly related to this bug: https://bz.apache.org/bugzilla/show_bug.cgi?id=60330 Now (circa 2.8) no error on the Play end, which seems to be handling max content correctly and returning 413. Apache is accepting the whole file upload and then erroring, however. The mystery deepens. |
- define max size in MB and read config to bytes - add logging - fix typo in text error string No luck attempting to resolve EHRI#1198 though.
- define max size in MB and read config to bytes - add logging - fix typo in text error string No luck attempting to resolve EHRI#1198 though.
Latest update: still seeing an error. Have tested on Apache 2.4.52 and Nginx on Ubuntu 22.04 and unable to reproduce error. Have also updated Apache on the server to 2.4.54 and error still occurs. Haven't yet tested Nginx on the server. |
This should be handled gracefully by Play. On the backend we have an Akka streams exception:
The text was updated successfully, but these errors were encountered: