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
- Bandwidth limit for your organization ha...
I received an alert that I exceeded the Free plan bandwidth limit (showing 5.86 GB), but my dashboard tells a different story. The usage stats there are much lo...
- Deploying to Sites will not work. NextJS
It’s been many times I have attempted to deploy to Appwrite and it’s always failed. The deployment itself works, the logs show it works perfectly, however when ...
- OAuth provider credentials reverting [CR...
Hi team, I’m experiencing repeated OAuth configuration resets in my Appwrite project. ## Issue 1 – Google OAuth credentials reverting * I configure my own Goog...