[Solved] - Official docker image - Upload limit 1 MB

Hi!

Downloaded the newest version of your Docker image and figured out the limit of upload files is set to max 1 MB. How come?

Possible to change this?

Hi roasten,

What makes you think the limit is 1MB?
Unfortunately it’s not configurable at the moment, but the limit should be 50MB not 1MB.

When trying to upload a file over 1 MB Im getting a error message:
We received an unexpected status code from the server. (413)

And the message is:
Request Entity Too Large

This is the https://hub.docker.com/r/mattermost/platform/ latest image without any modifications.

Strange. I took a look and I do not get the same problem. Is there a proxy between your and the docker image enforcing this limit?

You are a genius, forgot to check our proxy server.
You can close this issue then.

Thanks for the assistance.