polite-toothbrush-42338
11/27/2023, 3:58 PMcode:
enabled: true
flows:
error:
ui_url: <http://localhost:4005/auth/error>
settings:
privileged_session_max_age: 15m
ui_url: <http://localhost:4005/auth/settings>
after:
default_browser_return_url: <http://localhost:4010/admin>
configuration.
The issue is that when the use goes to login and hits /admin and we use -> kratos-client-rust and it gives that the user is not authenticated. But we already changed the password. What could be the issue?chilly-king-10285
11/27/2023, 3:58 PMchilly-king-10285
11/27/2023, 3:58 PMidentity.default_schema_id
and DSN
. You should also configure selfservice.flows.*.ui_url
or else Kratos will use fallback URLs [source](https://www.ory.sh/docs/kratos/quickstart). If none of these solutions work, you might want to check the [Ory Kratos troubleshooting guide](https://www.ory.sh/docs/kratos/debug/troubleshooting) or open a discussion on the [Ory Kratos GitHub page](https://github.com/ory/kratos/discussions) for more help.