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
Describe the bug
On my local installation of flowise, I cannot open the popup intefaces to write text in nodes.
I have a console error : 6[Deprecation]-ms-high-constrast is in the process of being deprecated. Please see < URL > for tips on updating to the new Forced Colors Mode standard.
This happen on all my browsers.
I don't have the issue on a Azure installation, so it has to do with my local setup, but I don(t know where to start...
I'm on 2.2.4, but this started before I updated to the last version.
It happens on all my flows, and the tools with a text pop-up interface.
I did a screen capture of the event.
Enregistrement.2025-01-29.101736.mp4
Can someone help me ?
Many thanks
The text was updated successfully, but these errors were encountered:
Quick update :
Thanks to ChatGpt, I found a solution. Here it is in case someone face the sae issue:
To configure CORS headers in Flowise:
When running Flowise locally, browser security policies (CORS) may prevent pop-up windows from loading correctly. To address this, ensure that CORS headers are properly configured to allow requests from your local environment. According to Flowise's documentation, you can set the following environment variables:
CORS_ORIGINS=*
IFRAME_ORIGINS=*
If you're starting Flowise with the command npx flowise start, use:
Describe the bug
On my local installation of flowise, I cannot open the popup intefaces to write text in nodes.
I have a console error : 6[Deprecation]-ms-high-constrast is in the process of being deprecated. Please see < URL > for tips on updating to the new Forced Colors Mode standard.
This happen on all my browsers.
I don't have the issue on a Azure installation, so it has to do with my local setup, but I don(t know where to start...
I'm on 2.2.4, but this started before I updated to the last version.
It happens on all my flows, and the tools with a text pop-up interface.
I did a screen capture of the event.
Enregistrement.2025-01-29.101736.mp4
Can someone help me ?
Many thanks
The text was updated successfully, but these errors were encountered: