DEV Community

Codedab
Codedab

Posted on

HELP! CRM inside Twilio, not Login-in.

Hello Everyone, I'm working on setting up our twilio flex system with our CRM incorporated inside. Everything seems great, exept when I try to login into my crm through twilio flex nothing happens. When input the user and password then it like refreshes. This is done in react.

This is the code I'm using

flex.CRMContainer.defaultProps.uri = "https://samplewebsite.net/";

Now I think this can be a security issue of some sort. Is there someone here that has had a similar issue or can point me in the right direction?

Thank you!

Top comments (0)