rovolt.Original post
Rank 2: Process
Hello,
I'm implementing the password reset on my project using Appwrite account recovery.
After requesting via createRecovery I'm calling updateRecovery with userId, secret and password (twice) and get the exception AppwriteException: Invalid token passed in the request..
Any idea? Please tell me that I didn't miss to call some auth function before again 😄
Summary
Error message 'Invalid token passed in the request' on updateRecovery() when implementing password reset with Appwrite account recovery. Make sure to check if you are passing the correct token in the request.