Hi, I am trying to implement the password reset us...
# talk-kratos
g
Hi, I am trying to implement the password reset using Kratos endpoints, but somehow I always receive the account recovery attempt email, even though the emails I've been testing are already registered users. Anyone have any idea on why that might be happening?
j
You're probably starting the wrong process, what API do you call?
g
<http://127.0.0.1:4433/self-service/recovery/browser>
this one
<https://127.0.0.1:4433/self-service/recovery?flow=>
then I proceed here where I pass the flow id and the csrf_token, email and method on the body
j
Do you use any API client?
I reset the password with
initializeSelfServiceRecoveryFlowForBrowsers
g
I've been using Postman so far to test out the endpoints
yeap, that's the same I've been using
j
What emails do you get?
Maybe it's Kratos version mismatch?
g
exact same email.. yea maybe it could be a mismatch 🤷‍♀️ I will check into that too