
I am getting an issue with Appwrite saying that my email isn’t valid when I use the former and I get an issue saying that my password isn’t valid when using the latter.

Email session doesn't exist at all

Use email password session in your case

Old version

It was renamed recently

Yes, you should use latest if you're using the latest appwrite SDK

So yeah the current issue is that I cannot fix the password problem

Double check that you're actually passing it the correct input

I’ve read that order matters

Like email, password then firstname etc

Give me 5 mins

Yes
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....
