Self-Hosted version 1.6.1 clean setup.
I added Google sign, but I realized that when I delete the user in auth, I cannot use that account again to sign in inside app.
Steps to reproduce:
- Set up a provider, google, github etc.
- Login to create the user
- Remove identities first and then user in auth dashboard.
- Try to sign in again. Appwrite gives 400 error.
Log file is in attachment.
This applies to other providers too.
I made a request to account/sessions/oauth2/google/?project=... and tried to login, it resulted this.
Error 409 A user with the same id, email, or phone already exists in this project.
Type _already_exists
But it does not seem to be in my user list.
I checked the user again using Appwrite CLI in my remote server, Doesn't seem. Must still be inside databases I guess but why? why it was not properly deleted?
Recommended threads
- Self hosted project based backup
Is there a native way to perform a project-level backup in a self-hosted instance, instead of backing up the entire Docker instance? If not, I would like to off...
- Weird permission failure
when creating an account I use following methods: ``` Future<void> register(String email, String password, String username) async { final user = await accoun...
- Flutter Android oAuth is no more working
I currently don't get the oAuth login to work in flutter android. it works on ios and on web. but when try to use it on Android, i get to the point where the ca...