Hello, I get the following error and the account doesn't even exist with that email. But when I log in with Google it associates me with another Google account. I am using version 1.4.3
I achieved it with account.deleteIdentity but is there another way to do it without access to the account? because there are other users facing the same problem. and in the cli the queries to search by email do not work.
how about the users api: https://appwrite.io/docs/references/cloud/server-nodejs/users#deleteIdentity
I think it is the best solution until the cli is working correctly. Greetings
[SOLVED] A user with the same email already exists in the current
Recommended threads
- Realtime: Listener not triggered on upda...
I self host appwrite 1.8.1. The genereal functionallity works fine. But my realtime subscription isn't updating. I see "Received heartbeat response from realtim...
- Impossible to get USER after createEmail...
Am using provider to deal with functions linked to appwrite. Here is my login. Future<String?> login(String email, String password) async { try { aw...
- 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...