https://www.ory.sh/ logo
g

glamorous-pencil-84842

04/13/2022, 8:08 AM
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

jolly-tiger-57705

04/13/2022, 8:08 AM
You're probably starting the wrong process, what API do you call?
g

glamorous-pencil-84842

04/13/2022, 8:10 AM
<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

jolly-tiger-57705

04/13/2022, 8:12 AM
Do you use any API client?
I reset the password with
initializeSelfServiceRecoveryFlowForBrowsers
g

glamorous-pencil-84842

04/13/2022, 8:15 AM
I've been using Postman so far to test out the endpoints
yeap, that's the same I've been using
j

jolly-tiger-57705

04/13/2022, 8:16 AM
What emails do you get?
Maybe it's Kratos version mismatch?
g

glamorous-pencil-84842

04/13/2022, 8:17 AM
exact same email.. yea maybe it could be a mismatch 🤷‍♀️ I will check into that too
2 Views