mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 03:14:50 +03:00
413 error (Request Entity Too Large) #232
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jnijland on GitHub (Sep 25, 2022).
When uploading a file (just 1mb) via a Planka installation using docker, I get a 413 (Request Entity Too Large) error. I cannot upload any files. Is this a bug or a misconfiguration on my side?
@meltyshev commented on GitHub (Sep 26, 2022):
Hi! I've tested it and I have no problems with uploading 🤔
This could be a bug, but I need more information about your configuration. Are you using a proxy server?
@DearFox commented on GitHub (May 10, 2023):
If you are using nginx or something, you may need to set this up in the nginx config for this site.
I just had this error but I fixed it by simply increasing the limit.
@TassSinclair commented on GitHub (Apr 14, 2024):
I had the same issue. As confirmed by @meltyshev and @DearFox, in my case it was related to the nginx reverse proxy.
I followed the steps on this StackOverflow question and updated my
app.confto allow for larger individual uploads to Planka:There's an opportunity here for Planka to capture and respond to this kind of error. I've raised this in #711.