🐛 Bug Report: Password recovery fails with Param "passwordAgain" is not optional.
#79
Open
2 tasks done
Labels
bug
Something isn't working
👟 Reproduction steps
Steps:
update recovery
requestawait account.updateRecovery(userId, secret, password)
The implementation does seem to omit the
passwordAgain
field👍 Expected behavior
Given correct userId, secret and qualifying password, the password reset flow should complete without error.
👎 Actual Behavior
I am getting the following error
{"message":"Param "passwordAgain" is not optional.","code":400,"type":"general_argument_invalid","version":"0.12.141"}
🎲 Appwrite version
Different version (specify in environment)
💻 Operating system
Linux
🧱 Your Environment
I am using GCP Cloud Run to develop a node js app. The backend sdk of appwrite is v.12.0.0.
👀 Have you spent some time to check if this issue has been raised before?
🏢 Have you read the Code of Conduct?
The text was updated successfully, but these errors were encountered: