Triggering Kratos Browser Errors

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?

That’s a good question! You actually can’t right now, but I’ve created an issue: https://github.com/ory/kratos/issues/610

Here’s the implementation, will be part of the next release: https://github.com/ory/kratos/compare/fix-610?expand=1

Not sure what I’m looking at, is that link correct?

Haha yeah sorry, the link is broken. Anyways, this was merged into master :slight_smile: