Hi community,
Actually, I'm testing the password recovery feature and everything goes well at the beginning. It returns me an object :
"$createdAt": "2024-09-27T12:09:11.992+00:00" ​ "$id": "xxxxxxx" expire: "2024-09-27T13:09:11.991+00:00" secret: "" userId: "xxxxxx"
The email is valid, the URL is the same domain that I added to the platform.
The recovery.create is created and I can see it in the User's Activity tab. No error message, but I wait for the email and nothing happen. I tried with different users, with different email providers and nothing happened.
What do you think is wrong ?