Hey!
I need some help asap. I deleted a user via a function, however I tried setting it back via migration from my old backup. But for some reason the console is telling me that the user already exists with that E-Mail. Even creating it manually I have the same issue.
@Steven Are you able to take a look? Seems to be there but it's hidden. I cannot access it via URL as well. I have the old ID but that just shows a 404.
Just did a users.list, same result. User doesn't exist.
Okay I found the Issue.
I apologize for the ping. However this bug was really a bad moment.
Apparently if you delete a user, the identities stay. Meaning if you create a new user with the same E-Mail and since the identities are still there, it still thinks your E-Mail exists. Deleting the identities and then re-creating the user seems to have worked.
Recommended threads
- Relation Question
How do I create a relation from table y to an others x.$id. in my example I have a users table where I use Appwrites unique User IDs and I want other tables fo...
- Unknown attribute type: varchar / text
Since the `string` type is deprecated I tried using `varchar` and `text` in some newer tables, but when running `appwrite pull tables && appwrite types ./src/li...
- I'm experiencing a critical bug on Appwr...
Hey <@870607367597850624> team / support 👋 I'm experiencing a critical bug on Appwrite Cloud that's blocking my production Flutter app. I've already filed GitH...