Our Web content under Docker does not connect with Openvidu Server

I see thah OpenVidu api is accessible via https://css.reunionporvideo.com. It seems like you’re using openvidu-browser directly via browser, am I right?.

In the source code that you’re using in https://css.reunionporvideo.com at app.js I see a wrong variable:
imagen

If it’s the browser the one who’s communicating with OpenVidu, this url can’t be http://localhost:5443. With this url, when the webpage is loaded by a client in his own browser, the browser will try to communicate to http://localhost:5443, so the browser is trying to communicate to OpenVidu as it is in his own machine!!

It should be:

var OPENVIDU_SERVER_URL="https://css.reunionporvideo.com"

I think that’s why your app is complaining about:

<No connection to OpenVidu Server. This may be a certificate error at “http: // localhost: 5443”
Click OK to navigate and accept it. if no certificate warning is shown, then check that your OpenVidu server is up and running at “http: // localhost: 5443”>