Closed sergiozygmunt closed 1 year ago
Sorry for the bump but has anyone else run into this?
Yes, this is because you need to select profile from list (header->dropdown), although our team is working on error handling with proper message
I have ensured that I have a profile selected, and I am still getting this error - see screenshots (API keys voided since uploading screenshots)
I have attached a HAR of me completing these steps:
I've tried deleting and re-deploying the app on both platforms with no luck - any potential other things I should check out?
when I navigate to your your domain in the logs (https://voip.safesecuretrusted.com), it prompts me for the CloudFlare Zero trust access. If that's the URL instead of (https://voip-safesecuretrusted-com.herokuapp.com), then we have an issue. Pick one, that could be blocking the api calls.
I have changed the base url to voip-safesecuretrusted-com.herokuapp.com and re-deployed but still get the same error, even when accessed it via voip-safesecuretrusted-com.herokuapp.com.
if you change URLs, some references may remain in the twilio/telnyx, you will need to hit save
on the profile window to re-write those api URLs. Make sure to do that.
I have flushed cache, logged in out, created new profiles, but still get Cannot read properties of undefined (reading 'id')
Does Operation Privacy have any commercial (paid) support options? I've tried this re-deployment like ten times and have followed all the recommended steps but aren't getting anywhere. I am still getting the same error.
Does Operation Privacy have any commercial (paid) support options? I've tried this re-deployment like ten times and have followed all the recommended steps but aren't getting anywhere. I am still getting the same error.
No, but I'll be glad to get on a call with you to go over the setup and figure out where the issue lies. A screen share session. hit me up on the matrix chat.
I fixed this by re-trying the deploy on Render (from scratch, new db everything), ensuring that I added a trailing /
at the end of the host value - thank you to everyone for your help!
@sergiozygmunt I have run into this issue on a fresh install, using a self-hosted environment with Docker.
When you say ensuring that I added a trailing / at the end of the host value
, are you referring to BASE_URL ?
Yes, your BASE_URL
should have a /
at the end of it. Something like https://voipsuite.yourdomain.com/
should work.
Thank you. If I can get my Docker implementation working, my other recent question about TextEncoder will not be an issue.
Please let me know if you do or if you have a page or something I can follow as I would also like to get it off of public cloud but was concerned with the limitations of the LSX method you previously wrote about.
Yay ! That's fixed it ! Would you be interested for me to share my Docker implementation ? If so, how is best for you ? Fork this repo ? Never done that, but will stumble through. Or a new repo ?
Yeah for sure - fork is probably best, so it's easy to merge upstream changes/updates.
Yay ! That's fixed it ! Would you be interested for me to share my Docker implementation ? If so, how is best for you ? Fork this repo ? Never done that, but will stumble through. Or a new repo ?
You can also start a Discussion
and put in some basic procedures there for others, along with any links you like.
Describe the bug
When user tries to add a Telnyx phone number to a profile, they get
Cannot read properties of undefined (reading 'id')
To Reproduce
Cannot read properties of undefined (reading 'id')
Expected behavior Number saves correctly, as it does in the demo
[VoIP.OperationPrivacy.com](https://voip.operationprivacy.com/)
Screenshots