
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
- Permissions for bulk operation
Hi team, I have a question: “In the databases.createDocuments bulk API, can I set document-level permissions? If yes, how exactly should I include the permissio...
- hi I’m reaching out with an urgent req...
hi I’m reaching out with an urgent request regarding my account. My organization’s access has been restricted due to a $90 unpaid invoice, and I’m currently s...
- Resource limit
I am getting resource limit errors even tho i didnt exceeded
