ion-app-web
ion-app-web copied to clipboard
Firefox can’t establish a connection to the server at wss://localhost:5551/room.RoomSignal/Signal
Your environment.
- Browser: Firefox 99.0.1 (64-bit)
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
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?