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
- Cannot use custom SMTP for messaging (SM...
Hey there! I'm on Appwrite Self-hosted 1.9.0. I've never used the messaging feature before, always sent emails through functions or a custom backend, but I'v...
- CORS errors in Obsidian custom plugin
Hi, anyone here familiar with obsidian community plugins? In short: it's a local first note app which supports writing your own add-ons / plugin But I keep get...
- Appwrite 1.9.0 doctor fails tho database...
So i was testing in a local environment the upgrade for 1.9.0, and after getting everything into a running state, i checked the logs that shows : ``` └── Cre...