https://appwrite.io/docs/references/cloud/client-flutter/account#createPhoneSession
Document : "Sends the user an SMS with a secret key for creating a session. If the provided user ID has not be registered, a new user will be created. "
I'm using a user ID that is already registered but when I use it : "https://appwrite.io/docs/references/cloud/client-flutter/account#createPhoneSession" I get the following error
AppwriteException (AppwriteException: document_already_exists, Document with the requested ID already exists. Try again with a different ID or use ID.unique() to generate a unique ID. (409))
So you can not use a registered user to make phone seesion - why not?
I'm using Cloud and Flutter.
Recommended threads
- [Solved]
I have github student account. The auth has been paused however the database is working fine. I cant see any option to resume from my console panel. It is just ...
- [Solved] Appwrite project paused
I have github student account. The auth has been paused however the database is working fine. I cant see any option to resume from my console panel. It is just ...
- Google OAuth Not Working on Brave/Firefo...
I'm having an issue with Google OAuth in my React + Appwrite app. After login, the dashboard is accessible only in Microsoft Edge, but fails in Brave and Firefo...