-
Hi, We have a kratos server installed and the "demo" node front-end. We are working on a new custom one, but the server (as descrived by the doc) redirects to the "production" login when calling "self-service/login/browser" Is there a way to either define a development/custom login ui? If not, is this possible to read the flow id from the redirect and call self-service/login/flows?id= ? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 4 replies
-
Yes, you will need to change the |
Beta Was this translation helpful? Give feedback.
-
Different approach to developing an app locally:
How to use the identity to connect to other services?
This is a rough list but hopefully |
Beta Was this translation helpful? Give feedback.
Yes, you will need to change the
ui_url
s of the different flows to your localhost environment. All of that is explained in the documentation. For example, for the login flow: https://www.ory.sh/kratos/docs/self-service/flows/user-login