You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I confirm that the reported bug or feature request is not related to Botpress v12 and below (on premise version)
Report ID
No response
Description of the bug or feature request
When sending an event from the client side, Botpress interprets it as a user message.
If the user is currently in a workflow node that enforces input validation (e.g., expecting specific input types), the event triggers a validation error, as if the user had entered invalid data.
Is this the intended behavior, or is it a bug?
In any case, this prevents me from using client-side events effectively.