Issue:
I am getting the Request Entity Too Large error when using the Regula Web Service within a Docker container.
Solution:
Please check the settings of your web server. By default, NGINX allows a maximum file upload size of 1 MB. If user tries to upload files larger than this, they will encounter an error message stating 413: Request Entity Too Large.
To increase the file upload size in NGINX, you can refer to the documentation.
Comments
Please sign in to leave a comment.