-
-
Notifications
You must be signed in to change notification settings - Fork 421
Troubleshooting
0perationPrivacy edited this page May 10, 2022
·
1 revision
Some ideas that may help in your troubleshooting.
- The #1 reason for this is that users are not inputting the correct url format in the
BASE_URL
in the environment variable in Heroku- ❌ xxxxx.heroku.com
- ✅
https://
xxxx.heroku.com/
- If you edit the URL later, you must
delete
the profiles (to remove the webhook from Telnyx/Twilio) and add it again to insert the new webhook with the provider. - Can't receive sms, but can send
- In Telnyx under Messaging, if you disable a radio button under the status column, then enable it again, inside that profile, it switches it from APIv2 to APIv1. Change it back to
APIv2
- In Telnyx under Messaging, if you disable a radio button under the status column, then enable it again, inside that profile, it switches it from APIv2 to APIv1. Change it back to
- Make sure the MongoDB url is in the correct format. (username and password has no brackets or quotes around it. Password should have no special characters, if you put them, then you have to escape them, follow the instructions right under the password input field in mongodb)
- In Firefox, if it doesn't prompt you the first time, then it's suppressed by default. You should see an additional icon on the left of the URL lock symbol 🔒. Click on it and allow notifications.
- In your Heroku Dashboard, go under
Settings
, switch theMaintenance Mode
toggle to on, wait 1 min, switch it to off - Check the logs for clues (top right, under:
More
>View Logs
) - Inspect the latest Build Logs (under:
Activity
>View build log
)