FlowiseAI / Flowise

Drag & drop UI to build your customized LLM flow
https://flowiseai.com
Apache License 2.0
31.81k stars 16.58k forks source link

[BUG]Chatbox returns a blank page after saving the chatflow #3514

Open cuonvyaobianbai opened 1 week ago

cuonvyaobianbai commented 1 week ago

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:

  1. Create a new chatflow
  2. Add LLM Chain + ChatOpenAI + Prompt Template and fill in mandatory fields
  3. Click the chatbox, and this will open a chatbox window
  4. Save this chatflow and give it a new name
  5. Click the chatbox, and an empty window return

Expected behavior Chatbox can successfully show

Screenshots Snipaste_2024-11-15_10-01-58

Flow STARING2 Chatflow.json

Setup

Additional context Recording for reference

https://github.com/user-attachments/assets/fb4bd123-d72f-4a1b-9f39-dfbfd0e63dea

kentan88 commented 1 week ago

I experienced the same issue. So I switched to run it using docker and it works.

cuonvyaobianbai commented 1 week ago

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

HenryHengZJ commented 1 week ago

how are you installing it? npx flowise start?

HenryHengZJ commented 1 week ago

I am running npx flowise start since Docker is working, but im not able to replicate:

https://github.com/user-attachments/assets/80eb867d-7357-45d2-9b4d-7f5aad648b79

OptimizelyPrime commented 4 days ago

I had this issue when I was using node 22, I rolled back to node 18 and the issue went away.