Flowise
Flowise copied to clipboard
Download Fails at /api/v1/openai-assistants-file [BUG]
Describe the bug When giving a assistants-file for Download in the Chat Conversation the download fails with 404
To Reproduce Steps to reproduce the behavior:
- Upload a assistants-file to the UI for a openAI Assistant
- Sync file to OpenAI
- Open a Chatbot window.
- Ask for the assistance file
- Klick on the Download Button
- response: {…} } code: "ERR_BAD_REQUEST" config: Object { timeout: 0, xsrfCookieName: "XSRF-TOKEN", xsrfHeaderName: "X-XSRF-TOKEN", … } message: "Request failed with status code 404" name: "AxiosError" request: XMLHttpRequest { readyState: 4, timeout: 0, withCredentials: false, … } response: Object { data: Blob, status: 404, statusText: "Not Found", … }
Expected behavior Download of the File.
Screenshots
Flow
Setup
- Installation yarn start
- Flowise Version 1.6.0
- OS: Ubunut
- Browser Firefox
Additional context Hosted with Plesk on a vhosts environment
Sometimes OpenAI might not generate the correct download link, is this occuring everytime or ocassionally?
should be fixed via v2 API PR