Despite using the unique id generator, different email, different number, different username, I kept getting the error below.
message: A user with the same id, email, or phone already exists in this project., code: 409, type: user_already_exists, version: 0.11.11
I've tried various debugging methodologies and currently don't know how to go about this.
This is a known issue. Many users have already reported similar problems have you gone through them? Also are you using cloud or self-hosted?
Some helpful links. Sorry can't paste every link here but just use the term already exist and you should get a number of similar issues that have been resolved https://discord.com/channels/564160730845151244/1161151866462281770 https://discord.com/channels/564160730845151244/1110654878767927366
did you resolve it
facing same issue but it goes away when i try a completely new account
Are you using latest appwrite version?
i am using 1.4.3
wish i could reproduce this
Recommended threads
- Trying to Figure out how to delete a use...
If i have a button in an app that allows a user to delete their account, can I not just call a function from my swift app to Appwrite to have the account delete...
- Expected a value of type 'bool', but got...
I am trying to get current User, but get this error message when I do. I get back user prefs, but error comes from trying account.get() So I am getting User. I ...
- Problem accessing api via local host.
I think i set the Endpoint correctly in my config.ts als the cloud.appwrite url but when i try to create a user I get this Error message: Access to XMLHttpReque...