413 "Request Entity Too Large" error when trying to upload files #5332
-
Hi, I'm trying to upload a file which is about 1.5 MB and I get a 413 "Request Entity Too Large" error. Update:
Will this be fixed? This bug is stopping our migration process :( |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
We found out the problem: Seems like wiki.js limits should overwrite njinx, because now two limits have to be set separately? |
Beta Was this translation helpful? Give feedback.
We found out the problem:
apparently njinx has a 1MB file upload limit
https://docs.rackspace.com/support/how-to/limit-file-upload-size-in-nginx/
Seems like wiki.js limits should overwrite njinx, because now two limits have to be set separately?