
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
- Row with the requested ID already exists...
I’m hitting a blocking issue creating rows in Appwrite (both from the console and my React Native app). After successfully inserting the first row, every subseq...
- Can not login with OAuth
Hello everyone i am trying to login with ios and android in react native - expo but it is not successful. And this is the code which i am using to login
- Appwrite realtime didn't work
``` useEffect(() => { const { client } = createClient(); const unsubscribe = client.subscribe(`databases.${process.env.EXPO_PUBLIC_APPWRITE_DATABASE}.t...
