"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 curtida

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

4 curtidas

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

6 curtidas

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 curtidas

Acontece o mesmo comigo, a mensagem de erro confunde ainda mais em vez de tentar ajudar. Por favor, melhore a mensagem de erro, torne-a acionável.

.. e estou carregando um arquivo entre 10 e 20 MB.

3 curtidas

@meglio, recentemente também encontramos o mesmo problema, você conseguiu encontrar uma solução para isso?