response for accounts created from the admin console always 401 Invalid_user_credentials but accounts created from my app success with login .. by the way i am using self-hosted appwrite
Mmm, So you can't create user in the console? What version btw? of Appwrite?
latest version 1.3.7
thank you for answering me. but the problem I am getting is when I try to creatEmailSession from my app with users previously created by admin console .. response invalid_user_credentials and i am sure from user name and password ..
👍 Let me check something
What is the exact error you're getting?
401 invalid user credentials check email or password
this happens too if i try update password from admin console
Is this a fresh install
Or you've upgrade to version 1.3.7
?
This is the exact error
401 invalid user credentials check email or password
```?
fresh install
yes this exact error
Can you share the preview results after changing the password
If it's sensitive, then can you try create and share a dummy user
While there check that the payload is indeed what you've expected
response became 401
Maybe something wrong with the session in the console side. Can you log-out + clear domain data and try again?
working on flutter
i am working in flutter
These payloads are in the console
I'm talking about the admin console
Where you're updating the password
yea right
i will try
Recommended threads
- [SOLVED] OAuth With Google & Flutter
Hi all, I'm trying to sign in with google and it all goes swimmingly until the call back. I get a new user created on the appwrite dashboard however the flutte...
- Realtime with multiple connections
I need the Realtime on multiple Collections for diffrent applicational logic. So my question is: Is there a way to have only 1 Websocket connection or do I need...
- Can't login or deploy functions in Appwr...
Hello, since i updatet to the appwrite cli 6.1.0 i can't login or deploy functions with the cli. When i call the command: "appwrite get account --verbose" i ge...