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
- Helping in unblock my account
I deleted my Appwrite Cloud account that was linked via GitHub. Now I activated my GitHub Student Pack and want to sign up again using the same GitHub account, ...
- Not allowed permission to upsert a prese...
```js const presenceID = ID.unique(); setPID(presenceID); const presence = await presences.upsert({ presenceId: presenceID, status: "online"...
- Request for temporary 3 to 4 hours datab...
Hi Appwrite Team, I hope you are doing well.We are an early-stage startup currently running on Appwrite Cloud. We have unfortunately exhausted our database rea...