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
One can disable the size limit in their nginx configuration. For the server block or api location block, add: client_max_body_size 0;
to disable the limit completely, or client_max_body_size 5M;
to set the limit to 5 MB (for example).
It was reported multiple times that with the default setup only images with a size up to 500 KB can be uploaded.
https://forums.unraid.net/topic/92752-support-openeats-corneliousjd-repo/?do=findComment&comment=898693
It seems to be caused by nginx. Needs investigation.
The text was updated successfully, but these errors were encountered: