Try to modify HTTP_MB_LIMIT to increase file size limit but no luck #10421
-
According to https://docs.budibase.com/docs/hosting-settings |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 2 replies
-
Hi @smatmscare Have you tried putting that variable in your |
Beta Was this translation helpful? Give feedback.
-
thanks for the reply, I only have docker-compose.yaml; envoy.yaml and hosting.properties there, can not find hidden .env file. |
Beta Was this translation helpful? Give feedback.
-
I upgraded Budibase to 2.6.2 and added .env, but seems not help, here is the .env file # Use the main port in the builder for your self hosting URL, e.g. localhost:10000
MAIN_PORT=10000
# This section contains all secrets pertaining to the system
# These should be updated
API_ENCRYPTION_KEY=xxxxxxxxxxxxxxxxx
JWT_SECRET=xxxxxxxxxxxxxxxxxx
MINIO_ACCESS_KEY=xxxxxxxxxxxxxxx
MINIO_SECRET_KEY=xxxxxxxxxxxxxxx
COUCH_DB_PASSWORD=xxxxxxxxxxxxx
COUCH_DB_USER=xxxxxxxxxxxxxxx
REDIS_PASSWORD=xxxxxxxxxxxxxxx
INTERNAL_API_KEY=xxxxxxxxxxxxxxx
HTTP_MB_LIMIT=200
# This section contains variables that do not need to be altered under normal circumstances
APP_PORT=4002
WORKER_PORT=4003
MINIO_PORT=4004
COUCH_DB_PORT=4005
REDIS_PORT=6379
WATCHTOWER_PORT=6161
BUDIBASE_ENVIRONMENT=PRODUCTION |
Beta Was this translation helpful? Give feedback.
-
Hi ive created an Tutorial for an docker container with client_max_body_size and https for you Best regards Bonkersdeluxe |
Beta Was this translation helpful? Give feedback.
-
Firstly, I am a Docker novice. Recently, a NFP (not for profit) organization got their hands on a Synology NAS. I tried to use the following commands to create a Budibase container: docker run -d --name=budibase2 With the above, I am still unable to upload attachments greater than 20MB. I referred to the documentation: https://docs.budibase.com/docs/hosting-settings Any help on this is greatly appreciated. The NFP requires to upload video files as part of their attachments in their forms. |
Beta Was this translation helpful? Give feedback.
Hey @rthien @smatmscare
There is more work needed around this: #8372
The HTTP limit does not apply to file sizes.