deanvrOriginal post
Web Developer
The web updateRecovery function seems to accept four arguments based on the documentation given here, https://appwrite.io/docs/products/auth/email-password#password-recovery. But the web sdk accepts only three arguments i.e. userId, secret, and password. So while trying to reset password with updateRecovery function from the sdk with only three args, returns an error with message : "Param "passwordAgain" is not optional." and status code 400. The web sdk versio is 14.0.0
Summary
Developers are encountering an issue with web password recovery where the updateRecovery function in the web SDK only accepts three arguments instead of four as mentioned in the documentation. This results in an error requesting the password to be repeated. The current version of the web SDK in use is 14.0.0.