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
- Unable to init function via cli
Hello! I have created a new self hosted instance of appwrite 1.9.6 and have connected to that insatnce with the cli 27.2.0 that was released a few hours ago. Wh...
- Appwrite-injected variables are not avai...
I am using rust-1.83 as a runtime and try to access APPWRITE_FUNCTION_API_ENDPOINT or APPWRITE_FUNCTION_API_KEY during runtime. Both are not set during my execu...
- OAuth Missing redirect URL
Hello all, on a Flutter mobile app with latest Appwrite dependency (25.4.0) I always got "Missing redirect URL" - "Your OAuth login flow is missing a proper red...