You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm testing the Dev Phone from a trial account. Do to trial account restrictions, the Dev Phone can't send SMS to phone numbers that aren't in the Verified Caller ID list. That's how it should be, but the Dev Phone shows the SMS as sent in the UI while logging an error in the console.
Console output:
SMS API threw an error TwilioCliError: Error code 21608 from Twilio: The number is unverified. Trial accounts cannot send messages to unverified numbers; verify at twilio.com/user/account/phone-numbers/verified, or purchase a Twilio number to send messages to unverified numbers.. See https://www.twilio.com/docs/errors/21608 for more info.
at CliRequestClient.request (/Users/nswimberghe/.twilio-cli/node_modules/@twilio/cli-core/src/services/cli-http-client.js:113:15)
at processTicksAndRejections (node:internal/process/task_queues:96:5) {
exitCode: 21608,
data: {
code: 21608,
message: 'The number is unverified. Trial accounts cannot send messages to unverified numbers; verify at twilio.com/user/account/phone-numbers/verified, or purchase a Twilio number to send messages to unverified numbers.',
more_info: 'https://www.twilio.com/docs/errors/21608',
status: 400
}
}
UI screenshot:
I suggest we should show the SMS as failed to send in the UI and if possible, show reason why, or refer to the console output.
The text was updated successfully, but these errors were encountered:
I'm testing the Dev Phone from a trial account. Do to trial account restrictions, the Dev Phone can't send SMS to phone numbers that aren't in the Verified Caller ID list. That's how it should be, but the Dev Phone shows the SMS as sent in the UI while logging an error in the console.
Console output:
UI screenshot:
![Screen Shot 2022-06-14 at 12 07 37 PM](https://user-images.githubusercontent.com/3382717/173624432-0fc474c5-a257-46e6-8f08-ac14bce4a36a.png)
I suggest we should show the SMS as failed to send in the UI and if possible, show reason why, or refer to the console output.
The text was updated successfully, but these errors were encountered: