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
- 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 ...
- How to Display File in Web?
I'm trying to use Appwrite's Storage to store images and display them in my app, however when I use the `getFileView`, `getFileDownload` or `getFilePreview` met...
- Project Paused Despite Daily Active Usag...
I noticed that my project was automatically **paused**, even though it is actively being used. The project is an **attendance application** that is used daily b...