I am unable to receive an SMS for phone login, even though everything seems correct on my end. Number is also visible on Appwrite dashboard and I am receiving a response when using the following function:
const token = await account.createPhoneToken(
ID.unique(),
'+14255550123' // replace with my number
);