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
- Update user email using OTP
Hi, I am trying to implement email update using OTP, there is not password associated with the account. One solution I found online is creating appwrite functio...
- RowList: The value of total is coming as...
RowList: The value of total is coming as a String, so it throws an error because it’s not parsed into an int. Error: TypeError: \"37\": type 'String' is not a ...
- [SOLVED] curl error Number: 6 — function...
Hello, I invested a lot of time in this error in a fresh install of appwrite 1.8.1 and lasted until fix, this if for helping anyone that can have the same weird...