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] 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...
- android platform invaild origina
It happened today suddenly. Our app says invalid origin. And appwrite cloud says every time we tried to add the app to it: "param platformId" is not optional.
- Team invite - 500 error - no email
When executing ```dart await _repository.teams.createMembership( teamId: event.listId, roles: ['member'], email: event.email, url: 'xxxx', ); ``` I se...