Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge large pdf cause an error #1215

Closed
olivier-belleval opened this issue May 16, 2024 · 2 comments
Closed

Merge large pdf cause an error #1215

olivier-belleval opened this issue May 16, 2024 · 2 comments

Comments

@olivier-belleval
Copy link

Hi
My instance is on a small VPS with 4 GB of RAM. I use Docker to host it. When I try to merge two PDFs (33 MB and 29 MB), I get this error:

image

This might be due to the small amount of RAM, but when I check the trace, there is nothing.

Stirling version: 0.23.1

@dogthor1st
Copy link

The status 413 error, "413 Payload Too Large," means the size of the entity provided by the request exceeds the server's defined limits.

This issue is not due to your RAM, but likely to your reverse proxy (if you have one). For example, the default file upload size for NGINX is 1MB.

@olivier-belleval
Copy link
Author

It was fixed to 50M
Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants