login function- account.createemailpasswordsession( email, password)-- i'm getting error- AppwriteException: Invalid password
param: Password must be between 8 and 256 characters long. Doesn't
make sense. This was working for me earlier today.
this should not be the case- create a session should have exceptions like wrong password/username etc? can't help but think this isa. back end problem
my code base hasnt changed, this error came out of nowwhere
Recommended threads
- Use different email hosts for different ...
Hello, I have 2 projects and i want to be able to set up email templates in the projects. Both projects will have different email host configurations. I see ...
- Get team fail in appwrite function
I try to get team of a user inside appwrite function, but i get this error: `AppwriteException: User (role: guests) missing scope (teams.read)` If i try on cl...
- Deep Linking & Password reset
I am using react native with expo. I want to implement deep link with the url recived via email. So when clicked the link it opens my app. I havent ever used de...