Hi there - I am using Xano a lot for calls and if something fails – like wrong user credentials there is a Javascript error that doesn’t necessarily make sense to the user.
How can I customize the Javascript feedback and/or have it go to a reports database?
Use this method to catch errors and display a more human readable / more generic error message in an element of your choice (popup, floating group, alert etc). Take care to not override important error messages like ‘email already has an account’ or ‘login failed’ etc.
In the workflow you can also record the error to your database / notify yourself of the error.