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
- Is there a way to retrieve all documents...
I am trying to do a query to return all items in a given collection, but can only seem to find a way to get a single document?
- 404 Collection not found Error
I created a database on the free tier and when I click on the DB to create new collections, I get the error 404 Collection not found. Attaching the screenshots ...
- How to verify a JWT token (generated on ...
I am new to Appwrite. I have set up Appwrite authentication in React Native and am successfully obtaining a JWT. I have AWS serverless functions. How can I veri...