Skip to content

Attachment button missing in embed on Flowise v3.0.12 (works in v2.2.7) #5691

@meltemdanismaz

Description

@meltemdanismaz

Hi,

We are running two Flowise instances:

  • v2.2.7
  • v3.0.12

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:

  1. Embedded chatbot (Flowise v3.0.12)
    → Attachment button is missing
Embedded chatbot - no attachment
  1. Share Chatbot popup (Flowise v3.0.12)
    → Attachment button is visible
Share Chatbot popup - attachment visible

Is this a regression in the v3 embed, or does v3 require additional configuration
to enable attachments in embedded mode?

Thanks.

To Reproduce

  1. Run Flowise v3.0.12
  2. Create a chatbot and enable attachments (file upload)
  3. Embed the chatbot into an external website using flowise-embed
  4. Open the embedded chatbot in the browser
  5. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions