Hi everyone, I currently am working on implementin...
# talk-kratos
a
Hi everyone, I currently am working on implementing kratos in a self-hosted environment, but I am having an issue with the recovery flow. When I click on the link in the email that I receive after activating the recovery flow the issue starts happening. The first time I click on the link I get redirected to the
selfservice.flows.settings.ui_url
. If I click again on the same link I get redirected to the
selfservice.flows.recovery.ui_url
. What I would expect to happen: Getting redirected to the
selfservice.flows.recovery.ui_url
What happens: Getting redirected to the
selfservice.flows.settings.ui_url
when clicking on the link the first time. Is this a bug or am I doing something wrong? If you need anything like the kratos yaml or something else please let me know.