dev-phone
dev-phone copied to clipboard
Cant use dev-phone with region ie1
Hi, I'm unable to use the dev-phone with the region ie1
Steps to reproduce:
- create an account in ie1
- create a profile
twilio profiles:create <account-sid> --region=dublin.ie1
- use profile
twilio profiles:use <profile-name>
- start dev-phone
twilio dev-phone --profile <profile-name>
Outcome:
Error: ENOTFOUND
forsync.dublin.ie1.twilio.com
Additional information
- Using
--region=ie1
withprofiles:create
does not work - I've also tried using environment variables
TWILIO_REGION=ie1
andTWILIO_EDGE=dublin
does not work as well