Closed Dinosaur-Ceiling closed 2 years ago
localhost tells me you didn't configure the BASE_URL
Thank you! That was the issue. Went back into Render and added that Environment Value!
I went in and added the leading slash to the URL as indicated in #153 post, but this does not seem to fix the problem.
EDIT:
Adding the slash to the URL in Twilio and Telnyx as described in #153 appears to fix the issue of not receiving messages.
Recently moved the application to Render with the recent changes with Heroku. When logging into the web app via the Render URL I am able to log in, but I am not able to setup profiles for numbers. After adding the SID and Token information the pop up asking to override the call settings appears then the following error is displaying:
SmsUrl is not valid: https://localhost/api/setting/recieve-sms/twilio
I tried manually removing the setting in the twilio dashboard as well, but it won't allow the numbers to be linked to the web app. Also tried changing the localhost part of the above URL to my Render URL, but that doesn't work either.