-
Notifications
You must be signed in to change notification settings - Fork 50
Open
Description
Hi, i have langflow running on a azure kubernetes.
When testing i came across the following error when uploaden a 2.5mb large PDF file : 413 (Request Entity Too Large)
So i have been trying to solve this, but no matter what i tried i aint working.
frontend is of type: LoadBalancer
i have added the following env variables, both in frontend and backend.
- name: MAX_CONTENT_LENGTH
value: "100000000" # 100MB - name: MAX_UPLOAD_SIZE
value: "100M" - name : LANGFLOW_MAX_FILE_SIZE_UPLOAD
value: "100"
i have tried specifying like this in the frontend:
nginx:
client_max_body_size: "200M"
Metadata
Metadata
Assignees
Labels
No labels
