whenever i get an error i instantly get a bubble says error but i want to remove that and just transform them into a popup alert
Go to workflows tab. Click the empty workflow (create a new workflow square). Add a new “when an unhandled error occurs”
Have it show the popup with your error.
does it work even with external APIs errors like for example a 500 error in openai api ?
Works with every error that shows up in the standard browser popup. It disables standard browser popup and allows you to self handle with that workflow.
You can also use conditionals to display certain popups.
oh okay thank you very much!
This topic was automatically closed after 70 days. New replies are no longer allowed.