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
- Update user email using OTP
Hi, I am trying to implement email update using OTP, there is not password associated with the account. One solution I found online is creating appwrite functio...
- Magic Link token automatically consumed
Hi, I'm using the Magic Link auth system with Appwrite Cloud and I'm running into huge issues getting users to log in successfully. About 9 times out of 10, th...
- RowList: The value of total is coming as...
RowList: The value of total is coming as a String, so it throws an error because it’s not parsed into an int. Error: TypeError: \"37\": type 'String' is not a ...