hello when try to update account password give me : {message: Invalid credentials. Please check the email and password., code: 401, type: user_invalid_credentials, version: 0.10.52} my code is ==>
Please ensure that the user whose password you want to update is currently logged in
It actually is and I brought the jwt
I read somewhere that this jwt expire after 15 minutes (although I'm not entirely certain). Are you able to execute getAccount without encountering any exceptions?
You need to provide the old and new password
ok thank u, but i think its optional
How was the user account created?
by this method
Then old password is required. Please read the docs: https://appwrite.io/docs/client/account?sdk=web-default#accountUpdatePassword
thank you
[SOLVED] Error when try to update account password
Recommended threads
- Project in AppWrite Cloud doesn't allow ...
I have a collection where the data can't be opened. When I check the functions, there are three instances of a function still running that can't be deleted. The...
- Get team fail in appwrite function
I try to get team of a user inside appwrite function, but i get this error: `AppwriteException: User (role: guests) missing scope (teams.read)` If i try on cl...
- Deploy function not working - 503
Hellon i get this error message, when i try to deploy a new version of a function <html><body><h1>503 Service Unavailable</h1>No server is available to handle...