Hello World Example doesn't work?

Hi,

i set upped a new ubuntu (18.04) and did the steps in the hello world tutorial (https://openvidu.io/docs/tutorials/openvidu-hello-world/)

But the only thing what i get is a site without css and if i click the button, there is nothing?

What am i doing wrong?

Hi,

Are you launching OpenVidu locally with docker?
If yes, could you open https://localhost:4443?
Do you have any error in your browser console?

We need more info of your issue. Thanks

Hi,

yes, iam using docker, but on a virtual maschine.

When i open the url, i get the basic auth form?

Tutorials are working fine. You must take into account that the webpage must have access to OpenVidu Server. If you are serving the tutorial on localhost and you are running openvidu Docker container inside a VM, then you must make sure that the docker contanier is properly configured with property openvidu.publicurl and that your browser has access to that url and can connect to it. This can be related to how to run the tutorials on Windows: https://openvidu.io/docs/troubleshooting/#3-i-am-using-windows-to-run-the-tutorials-develop-my-app-anything-i-should-know

After i add this parameter to my docker, i get this page:
grafik
but is that the correct page? without css ?

My setup: client (windows 10, firefox)
vps (ubuntu 18) => on this i run the docker and the http server, i conntect with a external ip

and if i go the :4443:

openvidu-hello-world has almost no sytles. It is design to explain the basic concepts of OpenVidu in as few lines of code as possible. You have tons of other tutorials and demos with CSSs.

If you are able to get that credentials dialog on your Firefox connecting to https://3.127.36.146:4443/, that’s good. It means you are able to connect to OpenVidu Server from it. If you want to perform a quick test in OpenVidu Server Dashboard, credentials are OPENVIDUAPP:<YOUR_SECRET> (this is not necessary).

Then you should be able to connect in openvidu-hello-world, of course changing in the JS code the IP of openvidu-server to https://3.127.36.146:4443/