In the latest version of Flowise, there is a persistent UI bug affecting message visibility after responses are received.
When a user sends a message (i.e., a request is triggered), the system returns the expected response. However, immediately after the response appears, the messages disappears from the UI, making it impossible to trace what was asked. This breaks the conversational continuity and user experience.
This issue occurs across all of my Flowise projects when used externally (e.g., through flowiseChatEmbed). Interestingly, the same functionality works perfectly within the Flowise instance UI, which indicates the bug may lie either in the embedding script (flowiseChatEmbed) or in the exposed frontend state management.
Please prioritize this bug fix as it significantly affects UX in all embedded deployments.
Additional context
This issue appears to match a similar problem reported here: #4349
@HenryHengZJ
In the latest version of Flowise, there is a persistent UI bug affecting message visibility after responses are received.
When a user sends a message (i.e., a request is triggered), the system returns the expected response. However, immediately after the response appears, the messages disappears from the UI, making it impossible to trace what was asked. This breaks the conversational continuity and user experience.
This issue occurs across all of my Flowise projects when used externally (e.g., through flowiseChatEmbed). Interestingly, the same functionality works perfectly within the Flowise instance UI, which indicates the bug may lie either in the embedding script (flowiseChatEmbed) or in the exposed frontend state management.
Please prioritize this bug fix as it significantly affects UX in all embedded deployments.
Additional context
This issue appears to match a similar problem reported here: #4349
@HenryHengZJ