I have configured smsDelivery as follows by twilio service but sms is not sent by calling `localhost...
h
I have configured smsDelivery as follows by twilio service but sms is not sent by calling
localhost:3000/auth/signinup/code
Copy code
smsDelivery: {
   service: new TwilioService({
       twilioSettings: {
           accountSid: "...",
           authToken: "...",
           from: "...",
       },
   }),
},
r
hey @hossein can you enable backend debug logs and show the output?