Hiya, I deleted an account that was signed in with google - but Appwrite says it still exists. I can't make an account under this email now. I've detached the email from google, but it seems theres no way of deleting the invisible account.
Fixed it by logging into the mariadb and deleting the reference to the email from _n_identities table
Recommended threads
- Inviting members while SMTP is disabled ...
Issue: https://github.com/appwrite/console/issues/3125 PR: https://github.com/appwrite/console/pull/3126
- How to disable appwrite/embedding from s...
Hi everyone! I'm currently running a self-hosted instance of Appwrite. For my current use case, I don't need the AI/embedding features, and I noticed the `app...
- Invalid type for attribute 'email': emai...
I'm using the node-appwrite SDK to create a table, the column payload looks like this: ```json [{"key":"email","type":"email","required":true, "size": 512}] ``...