Hi,
We are running two Flowise instances:
Both chatbots have the same configuration and attachments are enabled.
In the Share Chatbot UI:
- The attachment button appears and works in both versions.
When embedding the chatbot using flowise-embed:
- v2.2.7 → attachment button appears
- v3.0.12 → attachment button is missing
Same embed code, same website, same settings.
Embed code:
<script type="module">
import Chatbot from "https://cdn.jsdelivr.net/npm/flowise-embed/dist/web.js"
Chatbot.initFull({
chatflowid: "...",
apiHost: "https://flowiseai.xxxx.com"
})
</script>
Screenshots:
- Embedded chatbot (Flowise v3.0.12)
→ Attachment button is missing
- Share Chatbot popup (Flowise v3.0.12)
→ Attachment button is visible
Is this a regression in the v3 embed, or does v3 require additional configuration
to enable attachments in embedded mode?
Thanks.
To Reproduce
- Run Flowise v3.0.12
- Create a chatbot and enable attachments (file upload)
- Embed the chatbot into an external website using flowise-embed
- Open the embedded chatbot in the browser
- Observe that the attachment button is missing
Expected behavior
The attachment (file upload) button should be visible and usable in the embedded chatbot,
the same way it appears in the Share Chatbot UI and in Flowise v2.2.7.
Flow
No response
Use Method
None
Flowise Version
No response
Operating System
None
Browser
None
Additional context
The attachment button does not appear in the embedded chatbot in Flowise v3.0.12,
while it appears and works in v2.2.7 using the same configuration.
Hi,
We are running two Flowise instances:
Both chatbots have the same configuration and attachments are enabled.
In the Share Chatbot UI:
When embedding the chatbot using flowise-embed:
Same embed code, same website, same settings.
Embed code:
<script type="module"> import Chatbot from "https://cdn.jsdelivr.net/npm/flowise-embed/dist/web.js" Chatbot.initFull({ chatflowid: "...", apiHost: "https://flowiseai.xxxx.com" }) </script>Screenshots:
→ Attachment button is missing
→ Attachment button is visible
Is this a regression in the v3 embed, or does v3 require additional configuration
to enable attachments in embedded mode?
Thanks.
To Reproduce
Expected behavior
The attachment (file upload) button should be visible and usable in the embedded chatbot,
the same way it appears in the Share Chatbot UI and in Flowise v2.2.7.
Flow
No response
Use Method
None
Flowise Version
No response
Operating System
None
Browser
None
Additional context
The attachment button does not appear in the embedded chatbot in Flowise v3.0.12,
while it appears and works in v2.2.7 using the same configuration.