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
I think you need to repeat the password?
'[USER_ID]',
'[SECRET]',
'password',
'password'
);```
Recommended threads
- Site deployment keeps getting failed
Hi good folks, need a hand with Sites deploy Error on every deploy: Synchronous function execution timed out... duration doesn't exceed 30 seconds [exact log ...
- Unknown attribute type: varchar / text
Since the `string` type is deprecated I tried using `varchar` and `text` in some newer tables, but when running `appwrite pull tables && appwrite types ./src/li...
- trying to figure out how to activate my...
please help