
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
- Appwrite Cloud + Firebase hosting login ...
Hey team, can you please add the following to the CORS allowlist for my cloud project? Project ID: 68633b67002faf66fbcf Domains to allow: - https://taggit-...
- Collection Permission issue
I am facing issue in my Pro account. "Add" button is disabled while adding permission in DB collection settings.
- 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...
