Project

General

Profile

Error: 413 Request Entity Too Large

Added by Anonymous 2 months ago

Hi,

I followed this guide to install Redmine: https://www.linuxcloudvps.com/blog/how-to-install-redmine-on-ubuntu-22-04/.
My intention was to use Nginx instead of Apache. Everything seems to be running smoothly, however, whenever I attempt to log in or submit any form, Nginx reports this error: 413 Request Entity Too Large.
Interestingly, I can't find any information about how the form is being handled in the redmine.log.
It's unlikely that Nginx is causing the error, as nginx displays this only when the load is indeed too large. I've even increased the client_max_body_size in the Nginx config.

I would greatly appreciate any help or advice. I've been stuck on this issue for several days.


Replies (1)

RE: Error: 413 Request Entity Too Large - Added by Anonymous 2 months ago

Sorry, this can get deleted. The issue was a wrongly copied nginx configuration. Instead of client_max_body_size 10m; I had client_max_body_size 10;

    (1-1/1)