https://supertokens.com/ logo
sms not sent issue
h

hossein

04/10/2023, 12:10 PM
I have configured smsDelivery as follows by twilio service but sms is not sent by calling
localhost:3000/auth/signinup/code
smsDelivery: {
                service: new TwilioService({
                    twilioSettings: {
                        accountSid: "ACd69152cf8955346f442cc6bf55bb93b2",
                        authToken: "86479c70dd5cd1354c758598d3b7cc6e",
                        from: "+17069178674",
                    },
                }),
            },
r

rp

04/10/2023, 12:43 PM
hey @hossein can you enable backend debug logs and show the output?