zorro_phuOriginal post
Rank 1: Thread
I was using appwrite /recovery to update user password. I was testing it and it sends the email and after clicking the link it redirects me to appwrite recovery page with new password and confirm password field. After providing the new password and clicking on the update button gives me 'user with requested id not found' error but it's there. I am using self hosted appwrite 1.5.4. I am using the appwrite with the flutter app.
Summary
Developers experiencing an issue with the password recovery feature on their self-hosted Appwrite 1.5.4. After clicking the link from the recovery email, the 'user with requested id not found' error occurs when trying to update the password. To troubleshoot, check the user ID being passed correctly and ensure the user exists.