kartoza / prj.app

A django app for creating visual changelogs for software releases
30 stars 32 forks source link

Can't upload background image: "Request entity too large" error #1451

Closed johnwbryant closed 8 months ago

johnwbryant commented 9 months ago

I'm trying to upload a 1.6 MB image as a background, and it's the same image I've used quite a few times. When I attempt it, I get this error:

image

jvdkwast commented 8 months ago

I have the same problem. Even if I compress the background I've always used under 1 MB the error shows up. For printing we still need to be able to add larger background files. If this can't be fixed soon, I need to print the certificates for tomorrow without a background. Please let me know how we can prioritize this.

dimasciput commented 8 months ago

Hi, let me quickly check the site.

dimasciput commented 8 months ago

@johnwbryant @jvdkwast, I've fixed it. I updated the nginx configuration to allow files larger than 1MB

jvdkwast commented 8 months ago

Great! I can confirm it works again. Thanks.

johnwbryant commented 8 months ago

Excellent! Tested and works for me. Thank you :)