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
- Custom API domain is unreachable
Earlier my custom api domain was working fine. Now it seems to be offline without a trace a few hours later. I didn't change anything, all the relevant DNS reco...
- "Invalid console fingerprint" when unpau...
I've tried logging out and logging back in, still can't figure out why this is happening.
- executeFunction intermittently throws Fo...
Environment: Flutter app using the Appwrite Flutter SDK, calling executeFunction for [describe endpoint, e.g. live-stream-related function]. *Description*: Int...