Update limit size for files upload - in docker compose #438
-
i download the repository and update the file flowise/packages/server/src async config(socketIO?: Server) { I save the file I don't have any container running and when I run docker compose up -d everything is normal but I keep getting the following error when loading PDFs of more than 50MB PayloadTooLargeError: request entity too large I know the basics of docker, any ideas what should I do? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Flowise has 2 Dockerfile This Dockerfile build the image from your local repo which includes your changes This Dockerfile build the image from npm which will not include your local changes So you have to use the first one:
|
Beta Was this translation helpful? Give feedback.
Flowise has 2 Dockerfile
This Dockerfile build the image from your local repo which includes your changes
This Dockerfile build the image from npm which will not include your local changes
So you have to use the first one: