"Sorry, this file is too large" but no

For a picture I want to upload on last version of Discourse, max_image_size_kb and max_attachment_size_kb both at 4096, event if I set 20000 Kb, my picture (jpg) is 1.2Mo and I have this error:

image


Sorry, this file is too large (the maximum size allowed is 4096 KB).

1 „Gefällt mir“

Unless you can reproduce it here, this is a configuration problem with your instance. 4MB is the default upload limit in Discourse.

4 „Gefällt mir“

The most common cause of this issue is a reverse proxy that is not configured properly.

6 „Gefällt mir“

I had exactly the same problem, but setting client_max_body_size in my reverse proxy fixed this.

But the error message displayed is misleading, because it tells the user the value set in max_image_size_kb and not the setting that is causing the problem. Maybe this could be changed to a better wording.

2 „Gefällt mir“

Bei mir passiert dasselbe, die Fehlermeldung verwirrt eher, anstatt zu helfen. Bitte verbessern Sie die Fehlermeldung, machen Sie sie umsetzbar.

.. und ich lade eine Datei zwischen 10 und 20 MB hoch.

3 „Gefällt mir“

@meglio, wir sind kürzlich auf dasselbe Problem gestoßen. Konnten Sie eine Lösung dafür finden?