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
- Impossible to get USER after createEmail...
Am using provider to deal with functions linked to appwrite. Here is my login. Future<String?> login(String email, String password) async { try { aw...
- fastly error
Hey! I'm hitting a Fastly error on the www version of our site, but the root domain works fine. We have a wildcard set up, so I expected the subdomain to be cov...
- Facebook's scraper facebookexternalhit g...
share.bardbliss.com but works fine on the raw fra.appwrite.run URL. No execution logs appear when Facebook hits the custom domain. This was working before. How ...