E_REQUEST_ENTITY_TOO_LARGE / 413 Request Entity Too Large #6
Labels
No Label
bug
duplicate
enhancement
H
help wanted
invalid
L
M
question
wontfix
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: geolba/tethys.backend#6
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Error when the upload is too large
epmpty cache and login logout doesn't help
another browser helps
@brutho: I would need the link to the used test data. Thank you in advance.
@kaiarn I tried to upload all the data that Porras shared with us on Gitea
https://rhea.geologie.ac.at/apps/files_sharing/accept/ocinternal:6265
142.666.015 Byte (148,4 MB auf dem Volume) für 17 Objekte
@kaiarn As you could imagine, the problem doesn't occur when using a single small PDF file (<1 Mb) like:
Tethys 217 - DataDescription_GEOFAST.pdf
615.256 bytes
(in the same Sample data folder in Nextcloud)
after changing the nginx configuration there is a new error message
/etc/nginx/nginx.conf
client_max_body_size 500M;
E_REQUEST_ENTITY_TOO_LARGE: request entity too large
75_export_4326.jpg 143 MB (150 080 065 Bytes)
413 Request Entity Too Largeto E_REQUEST_ENTITY_TOO_LARGE / 413 Request Entity Too Large@brutho
E_REQUEST_ENTITY_TOO_LARGE:
Simply increasing the NGINX upload size is not sufficient here. Similar to PHP, there's also an adjustable upload size for Node.js. The setting has been adjusted. Testing in this regard can be resumed.
The error message is no longer appearing.
When editing the draft of a new submission it is possible to remove small files and "Save" the changes. However with files of some size (e.g. 124Mb zip), if it is removed and user click "save", the page remains unresponsive.
Any other action apparently doesn't generate any response in the page. If the window is closed and the app access again, the user is still logged in.
When going to the Submitter menu, only the Release button trigger a change in the page:
So is not possible to Edit or Delete the submission in progress.
(Firefox) Another issue
Workflow followed: