Closed 7eTMLKdRhu4enq4KC2oAHe7 closed 1 year ago
I noticed I could not send or receive messages when I migrated to Render.
Deleted the whole account to clear out any old settings. Setup new. Add profile, add API, you get the idea. Was getting errors sending or receiving.
After some digging, I found the webhook in Twilio was getting set wrong. Goes in as https://[redacted].onrender.comapi/setting/receive-sms/twilio Corrected it to: https://[redacted].onrender.com/api/setting/receive-sms/twilio *There is a missing '/' between com and API.
After adding the '/' between com and API everything starts working.
Looks like this is covered by #153
I noticed I could not send or receive messages when I migrated to Render.
Deleted the whole account to clear out any old settings. Setup new. Add profile, add API, you get the idea. Was getting errors sending or receiving.
After some digging, I found the webhook in Twilio was getting set wrong. Goes in as https://[redacted].onrender.comapi/setting/receive-sms/twilio Corrected it to: https://[redacted].onrender.com/api/setting/receive-sms/twilio *There is a missing '/' between com and API.
After adding the '/' between com and API everything starts working.