Flowise
Flowise copied to clipboard
404 error when embedding chatbot[BUG]
Hi, I have embedded a chatbot that uses the lead form. In HuggingFace (where it is hosted), everything works fine. But, when I embed the chatbot on an external site, the lead form doesn't work. It also has a different look on the external site (no save button, just an arrow for the submission that never submits and blocks the user from entering text in the main text field of the bot. The embedded bot lives at https://vineburgh.weebly.com/flow.html
@scooter7 We pushed a fix earlier today to address this issue. Please use the latest version of the embed library. Let me know if that doesn't work.
Hi @0xi4o , how would I update this on HuggingFace? Thanks!
I have a different, but maybe related, issue with the Embed web popup chat https://github.com/FlowiseAI/Flowise/issues/2380
Are you using the cdn.jsdelivr.net
? or your forked chatembed repo? If you are using your own forked repo, simply sync to the latest update -https://docs.flowiseai.com/using-flowise/embed#custom-modificaton
Hi @HenryHengZJ ,
When I export the messages from the Flowise UI into a json file, I only get one user at a time. What I'd like is to be able to download all of the messages cumulatively over a date range:
Is there any way to enable that? Thanks!