Self-hosted 1.6.0 / Flutter
I am facing a strange problem. I was working with a user created with Google OAuth2, it was registered in the Authentication environment perfectly and all working smooth.
But , when I sign out and try to create a new User with a different email address (again with OAuth2 , Google), instead of creating a new User for that email address, it actually adds a 2nd identity to the same existing User , even after I have completely signed out , deleted the session, cleared the object in the listener.
I cannot understand why it happens , but as a workaround, I tried to locate the second identity in the User and delete it, but when I try to query the identities of the user with users.listIdentities (from dart_appwrite Users API), I get error 401 (role: guests).
Just to clarify , the API key has Users full permissions.
Recommended threads
- _APP_OPTIONS_ROUTER_PROTECTION
Hi Everyone, I just setup a fresh 1.9.0 on a server. Configured everything and now when i try to connect to appwrite for first time setup i get a _APP_OPTIONS_R...
- Selfhost - Starting Docker containers fa...
I am stuck at installing appwrite. Specifically, the containers dont want to start up. The images are downloaded and ready. Dockhand is reporting containers st...
- It says domain already used but I have d...
I accidentally deleted the project in which I used my domain originally (orexia.app) from name.com. Now I am trying to add it to a different project and it says...