Connection aborted with the large request body
with the large request body, it will happen the "Connection aborted"
3 Replies
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.
GitHub
bug: Getting error on uploading CSV file > 1 mb · Issue #1772 · wi...
Describe the bug I am getting an error if CSV file greater than 1mb is uploaded To reproduce Go to scripts and add Python script Trying to upload a csv file > 1mb in default example Click Run Ex...
are you on cloud or self-hosted ?
on cloud, you cannot set the request size limit
it's limited at 2MB to avoid abuse
self-hosted and has added the paramters:
this is my post data :
https://gist.githubusercontent.com/guinanlin/a7e5d8f344f4937fb7eccc940be133ec/raw/954d95e4c5ace92034334c3d9aa40c0b0dd9de3b/postdata.json
The same method works as I am able to successfully invoke it using Postman, other API tools, and a Vue3 project.