https://cerebralvalley.ai logo
#06-technical-discussion
Title
# 06-technical-discussion
j

Jordan Plows

11/13/2023, 9:05 PM
Anyone here a twilio expert? Dealing with a simple Ngrok issue that I have tried about 500 different ways to fix and Twilio keeps giving me a 403 error (No it's not my .env keys)
1
v

Vishwanath Seshagiri

11/13/2023, 10:00 PM
Did you check the
ngrok
external address? You need to do it each time you restart ngrok server because the external address will change.
j

Jordan Plows

11/14/2023, 12:18 AM
Yeah I did that already. also used http://localhost:4040/inspect/http to inspect the ngrok tunnel @Vishwanath Seshagiri
I keep getting a 403 error and I have no clue why. I have reworked it so many different ways
v

Vishwanath Seshagiri

11/14/2023, 12:19 AM
Then I don’t know, usually I’ve not changed the external address
j

Jordan Plows

11/14/2023, 12:19 AM
No I changed it just copy and pasted into the webhook in twilio and then add my route at the end /route
Its a flask application, I am wondering if it has to do with .env keys but they are accurate. Unless I need to store them in a specific way for Twilio
d

Daniel Hsu

11/14/2023, 5:25 PM
Can you post the error that you have? Do you see the request come through on ngrok?