I’m working on a React example for Kratos. I’m wondering how to trigger errors so that I build the error page. I can’t seem to find documentation on how to trigger this scenario, only what’s on https://github.com/ellioseven/kratos-ss-ui-react/tree/master
When a user-facing error occurs (e.g. during Self Service User Login)
I tried multiple scenarios, such as altering the CSRF token in forms as well as attempting to register an existing email address. Nothing seemed to trigger a redirect to the error page.
Any ideas?