Share feedback, ideas and get community help

Updated 3 months ago

How does Typebot handles errors?

At a glance

The community member is asking if there is a way to handle logic errors in Typebot, such as unhandled errors in scripts. They suggest an "error block" that would redirect users to when unforeseen errors occur. The comments indicate that this is not currently possible in Typebot, but one community member would like to implement this feature. Another community member suggests a workaround using a try-catch block to set a Typebot variable that can be checked afterwards.

Useful resources
In case that an logic error occurs (like an unhandled error in a script), is there a way to handle that?

For me, a good solution would be an "error block", where if any unforseen errors happen, the user is redirected to that block.

Is there anything similar in Typebot?
B
3 comments
Not really possible for now
A workaround could be to wrap your script with try catch block. In the catch block, you set a Typebot variable and check it afterwards
Add a reply
Sign up and join the conversation on Discord