FlowiseAI / Flowise

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

[BUG] Embedded Flowise chatbot is no longer responding on the website #3298

Open k88joshi opened 2 days ago

k88joshi commented 2 days ago

Describe the bug Embedded Chatbot on the website is no longer serving response. It is working on the deployed Flowise app but not serving responses to the website.

To Reproduce Steps to reproduce the behavior:

  1. Go to Flowise application
  2. Create a custom QA chatbot workflow
  3. Get the full HTML embed code to embed into your website.
  4. Embed this code into the website and run it locally.

Expected behavior When you talk to the chatbot locally, you should get the same response that you would get in the chatbot on the Flowise instance.

Setup

matheusduzzi commented 2 days ago

I'm taking the same problem in my application. Anyone took a look at this issue?

HenryHengZJ commented 2 days ago

here: https://docs.flowiseai.com/using-flowise/embed#using-specific-version

matheusduzzi commented 2 days ago

But is there any explication about these error? Sorry but I don't understand what are happening

k88joshi commented 2 days ago

here: https://docs.flowiseai.com/using-flowise/embed#using-specific-version

If I have not changed my embedded code on the website, does this mean it will use the latest flowise-embed version which in turn will have difficulty receiving messages into an older Flowise version? In my case flowise-embed will not talk nice with Flowise 1.8.4?