Hey team!
I'm having an issue with SMS OTP delivery to Australian phone numbers in my Appwrite Cloud project.
What's happening: account.createPhoneToken() completes without errors and a session.create event is logged in the console, but no SMS is ever received on the Australian number.
Confirmed details:
- session.create event logged from IP
- Reproduced with two different Australian numbers (+61)
- Numbers are passed in valid E.164 format (e.g. +61444444444)
Code used: const token = await account.createPhoneToken(ID.unique(), "+61XXXXXXXXX"); // No error thrown, token returned successfully // But no SMS is received
Thanks!
There was a temporary carrier disruption that we have resolved, we got confirmation this was fixed earlier today so things should be good now.
Recommended threads
- TEAM INVITE
There is a problem with the team invitation. When a user invites other users, that time, the newly created email address they don't get the invite link and old ...
- education plan not activated
Hi I have an edu id 13103046@iubat.edu but when I am trying to claim my plan and trying to logging with github where education student plan active. the appwrite...
- 500 simultaneous OAuth logins from the s...
Hi, I'd like to ask about rate limiting around Google OAuth login on Appwrite Cloud. **OVERVIEW** Service type: A PWA (web app) for members of a university clu...