-
-
Notifications
You must be signed in to change notification settings - Fork 16.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG]Chatbox returns a blank page after saving the chatflow #3514
Comments
I experienced the same issue. So I switched to run it using docker and it works. |
Yes, I tried running with docker and it was running fine. Hope npm version can be fixed soon |
how are you installing it? |
I am running testissue.mp4 |
I had this issue when I was using node 22, I rolled back to node 18 and the issue went away. |
i had to clone the repo, npm install and build it to have that issue fixed |
Describe the bug
I followed the youtube guide(https://www.youtube.com/watch?v=kAyKOsm8L5Y&t=270s) to create my first chat flow. If I am not saving the chatflow(leaving this as untitled chatflow), I can click the chatbox button and this will return a chatbox. But after I saved this chatflow, the chatbox will return an empty page.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Chatbox can successfully show
Screenshots
Flow
STARING2 Chatflow.json
Setup
npx flowise start
,pnpm start
]Additional context
Recording for reference
Screen.Recording.2024-11-15.at.10.10.25.mov
The text was updated successfully, but these errors were encountered: