goodhawk
goodhawk
WWindmill
Created by goodhawk on 3/5/2024 in #help
Connection aborted with the large request body
The same method works as I am able to successfully invoke it using Postman, other API tools, and a Vue3 project.
8 replies
WWindmill
Created by goodhawk on 3/5/2024 in #help
Connection aborted with the large request body
8 replies
WWindmill
Created by goodhawk on 3/5/2024 in #help
Connection aborted with the large request body
self-hosted and has added the paramters:
windmill_server:
image: ${WM_IMAGE}
pull_policy: always
deploy:
replicas: 1
restart: unless-stopped
expose:
- 8000
environment:
- REQUEST_SIZE_LIMIT=10000000000
- DATABASE_URL=${DATABASE_URL}
- MODE=server
depends_on:
db:
condition: service_healthy
windmill_server:
image: ${WM_IMAGE}
pull_policy: always
deploy:
replicas: 1
restart: unless-stopped
expose:
- 8000
environment:
- REQUEST_SIZE_LIMIT=10000000000
- DATABASE_URL=${DATABASE_URL}
- MODE=server
depends_on:
db:
condition: service_healthy
8 replies
WWindmill
Created by goodhawk on 3/5/2024 in #help
Connection aborted with the large request body
I have research the ticket https://github.com/windmill-labs/windmill/issues/1772 with the setting REQUEST_SIZE_LIMIT=10000000000 but there is no useful.
8 replies