Rank 1: Thread
I'm integrating with Twilio and have added the sms provider string and sms from number in the .env file, restarted the instance multiple number of times and yet I'm getting the error from my Flutter client app
AppwriteException: general_phone_disabled, Phone provider not configured (503)
Code to trigger the call:
final models.Token token = await account.createPhoneSession( userId: ID.unique(), phone: '+91xxxxxxxx' );
Even the appwrite-worker-messaging container is running fine (screenshot attached)
Is there anything else I need to do in my client project instead?