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
- vorafy.studio domain already exists erro...
My domain vorafy.studio is stuck/locked from a previously deleted project. I created a new project but can't add the domain — getting 'already exists' error. Pl...
- Appwrite (Dart SDK) (for package_info_pl...
Hi team! Many Flutter plugins now need package_info_plus 10.x and device_info_plus 13.x, but appwrite 25.4.0 still constrains package_info_plus: >=8.0.2 <10.0...
- Custom domain for Google Auth
Hello! I connected my custom domain to my Appwrite project, but I can't get the Google login/consent screen to show my domain instead of the Appwrite domain. I...