Not getting authentication code.
getting sessiontoken but not the code
is appwrite sms server is not working ?
Are you on Cloud or self-hosted
cloud
on cloud
Let me check
Works for me
Phone number is showing in auth section but not getting sms.
I am getting my SMS codes <a:spinthink:588968443374731274>
Can I see your code?
sessionToken = await account.createPhoneSession(
userId: ID.unique(),
phone:"+${Selectedcountry.phoneCode.toString()}${mobileNumberController.text.trim()}",
);
print(sessionToken.userId);
print(Selectedcountry.phoneCode);
setState(() {_isLoginIn= false;});
Navigator.push(context, MaterialPageRoute(builder: (context)=>
OtpVerificationPage(VerificationId:sessionToken.userId)));
}catch(e){
print(e);
}```
getting only sessiontoken
Can I see what the number looks like?
Recommended threads
- Which flutter SDK version for Self Hoste...
Hi all, Is there a good way to figure out which version of flutter SDK and Dart SDK is current for latest available self-hosted 1.8.0 ? I know new features are...
- Google Auth not working in a React App
Authentication with Google has failed. It redirects back to the signin route in React. Attached screenshots for configuration of Google console and Appwrite Go...
- How to display images from storage
I tried the link above, but it returns the error “`Please upgrade to a higher plan.`” I don’t need Transformations at the moment, I just want to display the ima...