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!
Recommended threads
- Cloud function deploy stucks in processi...
Been trying for the last hours to deploy my function but for whatever reason, alwasy stuck on processing!
- One-time Cloud migration blocked by data...
Hi, I’m blocked on a one-time migration from Appwrite Cloud to my self-hosted Appwrite instance. We already fixed the region issue, and the migration now corre...
- All My Project is Gone
Hello everyone, please help. Why have all my projects suddenly disappeared? I received a warning via email about one of my projects being paused. When I clicked...