Hi Appwrite team. In the console. I am trying to delete an account to free up a phone number so I can use it on another account, but when I try to add the phone number to the account I get this error message "A target with the same ID already exists." It gives me that error even when the original account that had that phone number is deleted.
Thanks for your help.
Deleting phone number from one account to add to another
Where are you doing this? When im in the auth tab of my project I can delete and readd without the error right now
Yes. I am doing it in the Auth tab. Maybe I didn't explain it well. Let's say I have two accounts. One has a phone number to log in with and the other does not. I want to move that phone number to the second account, so I delete that account and try to add the same phone number to the 2nd account. That is when I get the error.
Recommended threads
- Project paused?
Hello, I have two Appwrite projects and I can not resume them for some reason. I'm using the free plan, and I saw in the pricing page that 2 free projects are a...
- Help
- Python TablesDB Rework
Hi, i starting to rework some older functions to TablesDB list_rows Method. I used list_documents with a resultset with worked fine. Now i tried to get all rows...