You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug Description
If you try to upload a document with a lot of pages the upload silently fails. In the browser console you see the /upload POST got 413 Request Entity too large. The document I tried to upload is 10,8Mb, sadly I cant provide the file because of private data.
Expected behavior
The default value should be higher and documentation updated. It would also be great if the frontend tells you if something went wrong. For private installs with trusted users it would also be nice to have an option to set the max-size to 0 (as in disable a maximum)
Desktop (please complete the following information):
OS: your docker images
Browser: Firefox 81.0
Papermerge Version: 1.4.5
The text was updated successfully, but these errors were encountered:
Hi @frenos !
Thank for opening an inssue. This bug has nothing to do with application code, it is because of webserver (application stays behind webserver) misconfiguration (apache web server configuration in case of my docker image).
I will take care of the problem, thank you again for opening the bug!
Bug Description
If you try to upload a document with a lot of pages the upload silently fails. In the browser console you see the
/upload
POST got 413 Request Entity too large. The document I tried to upload is 10,8Mb, sadly I cant provide the file because of private data.Expected behavior
The default value should be higher and documentation updated. It would also be great if the frontend tells you if something went wrong. For private installs with trusted users it would also be nice to have an option to set the max-size to 0 (as in disable a maximum)
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: