0perationPrivacy / VoIP

Web Base Telnyx/Twilio VoIP Interface enabling SMS, MMS and Voice calls using the providers API Keys and self-hosting the application.
https://VoIP.OperationPrivacy.com
GNU General Public License v3.0
245 stars 421 forks source link

Render - New Profile Setup - Errors on incoming connect #171

Closed 7eTMLKdRhu4enq4KC2oAHe7 closed 1 year ago

7eTMLKdRhu4enq4KC2oAHe7 commented 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.

7eTMLKdRhu4enq4KC2oAHe7 commented 1 year ago

Looks like this is covered by #153