ionorg / ion-app-web

ion web app
MIT License
120 stars 75 forks source link

Firefox can’t establish a connection to the server at wss://localhost:5551/room.RoomSignal/Signal #140

Open oren opened 2 years ago

oren commented 2 years ago

Your environment.

What did you do?

sudo docker network create ionnet
sudo docker-compose -f docker-compose.yml up

Open https://localhost:9090

I accepted the risk since the connection is not secure

I see the form. Room: lobby, Name: Oren

In the JS console I see: Firefox can’t establish a connection to the server at wss://localhost:5551/room.RoomSignal/Signal

What did you expect?

I don't know but not an error.

What happened?

I see a 'connecting...' spinner and a javascript error

oren commented 2 years ago

I am trying to understand how is this project relate to https://pionion.github.io/docs/intro. When I look at the architecture diagram I see a Backend component that contain an sfu piece and a biz layer. I also see a Basic component that contain nats and redis. Do I need to run those separately to the ion-app-web?