windmill
windmill copied to clipboard
bug: rich result will not provide a file download but returns the response as json
Describe the bug
I am running a python script that provides a result that is 1-2MB of xml. I am trying to use rich result to provide that file as a download but i get an error that a large file is detected and I am given a result.json response. It has all of the data but it doesn't obey my request for a file name and extension.
To reproduce
attempt to pass a result of a 2MB xml file as a rich response file.
Expected behavior
A myfilename.myfileext download result.
Screenshots
No response
Browser information
No response
Application version
No response
Additional Context
No response