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
- Appwrite (Dart SDK) (for package_info_pl...
Hi team! Many Flutter plugins now need package_info_plus 10.x and device_info_plus 13.x, but appwrite 25.4.0 still constrains package_info_plus: >=8.0.2 <10.0...
- Images/Videos in storage appearing broke...
I am running into a storage issue after upgrading my self-hosted Appwrite instance , all of my previously uploaded images and videos are now showing as broken i...
- executeFunction intermittently throws Fo...
Environment: Flutter app using the Appwrite Flutter SDK, calling executeFunction for [describe endpoint, e.g. live-stream-related function]. *Description*: Int...