
I am trying to transfer from an Anonymous User to a Real User. The only methods that I use inside my Flutter App to log in are passwordless(magicLink and oAuth). After trying multiple workarounds to convert the user, since there is no direct method to do the conversion, I've decided to create a normal account with an anonymous flag which I can update once the MagicLinkLogin is happening. Basically I have a user with a userId that is logged anonymously and then when I send the magicLink with that userId and the new email I want to update with the new email. However I am faced with an issue in which I can't send the email because I get an error: "user already registered, use another id or a unique one" or something like this. The docs says: If the provided user ID has not been registered. I tought that if I provide the existing ID it would know that I just want to login somehow. Does anyone has a way of converting from anonymous to real user or is there a simpler method to do so which I've missed?
Recommended threads
- SSO google apple not working anymore
We use Apple and Google sso in our react native app. Everything worked fine until we noticed today that we see general argument error. We did not change anythi...
- Origin error after changing default port...
Hi! I need some help regarding an issue I’m facing with Appwrite after changing the default ports. I have a self-hosted Appwrite instance running on my VPS. I ...
- Opened my website after long time and Ba...
I built a website around a year back and and used appwrite for making the backend. At that time the website was working fine but now when i open it the images a...
