You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[...] Looks like the return "Content-type" is always "application/octet-stream" for text, python, and JSON in web UI. Images and HTML files are fine. [...]
We should consider using either text/plain or the correct mime type for text files such as Python files, plain text files, and YAML/JSON files. This is the function that chooses the content-type for the files that need to be downloaded.
The text was updated successfully, but these errors were encountered:
[...] Looks like the return "Content-type" is always "application/octet-stream" for text, python, and JSON in web UI. Images and HTML files are fine. [...]
Originally posted by @VMois in #455 (review)
We should consider using either
text/plain
or the correct mime type for text files such as Python files, plain text files, and YAML/JSON files. This is the function that chooses the content-type for the files that need to be downloaded.The text was updated successfully, but these errors were encountered: