
I am trying to add a functionality to my app enabling users to change their account passwords but it’s not working.
I followed this documentation:
https://appwrite.io/docs/references/cloud/client-web/account
I’m getting the error that is:
“Error changing password: [Error: Failed to change password: Invalid ‘password’ param: password must be between 8 and 265 characters long…”
Recommended threads
- Query.startswith problem
Hi, i have a problem: const result = await database.listDocuments(envs.DATABASE_ID,envs.COLLECTION_ID,[Query.startsWith('date', '2025-04-01')]) this one does...
- Cannot delete account using appwrite aut...
other things working well, but my delete isn't working : deleteAccount: async (password: string) => { try { // First, delete all active ses...
- Error uploading PDF: [AppwriteException:...
here is the my code export const uploadPDF = async (pdf) => { try { console.log("Uploading file:", pdf); const file = pdf.assets[0]; console....
