Bot Fails on Second Query
Description:
The bot responds to the first query but fails to respond to subsequent ones, with the input box disappearing after the second query. This issue began last week without any changes.
Steps to Reproduce:
1. Enter the first query — a valid response is received.
2. Enter the second query — no response is received, and the input box disappears.
What I Expected:
The bot should consistently respond to all valid queries, regardless of sequence.
Update:
I checked the bot's flow and noticed that the "block" for many of the "jumps" had been changed or set to random values. This was causing the bot to break. I had to manually fix many of the jumps to get the bot working again. However, this issue did not originate from my end, as I would have noticed it during testing before the last deployment on my side.
It seems likely that a race condition was introduced during one of the recent builds deployed from Typebot’s side.
0 Replies