Skip to content

Commit

Permalink
docs: add debug tip (ory#2186)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinckr committed Feb 2, 2022
1 parent 078e858 commit 5f71be8
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/docs/debug/troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,16 @@ either open a [discussion](https://github.com/ory/kratos/discussions) and ping

:::

### `400: Bad Request` on self-service flows

Make sure you are starting and finishing the request in one browser.
Self-service browser flows need to be executed in the same browser from start to
finish!
Starting the flow in e.g. Safari and completing it in Chrome won't work. API
Clients like Electron, Postman or Insomnia are browsers themselves, which can
cause requests to fail. For testing purposes [cURL](https://curl.se/) is a good
choice.

### How can I separate customers/employee data, but have them use the same login dialog?

> We want to separate our customers and employees, so we store them in different
Expand Down

0 comments on commit 5f71be8

Please sign in to comment.