I also sometimes experience that issue, check in developer console if you don't have errors with websocket connections. Not sure what causing that (my side/server side), but most of the time CTRL+F5 (refresh with clearing cache) fixes the issue
moira
joined 1 year ago
Mostly overwatch and sometimes beatsaber on quest
As you are running cloudflared in docker container, by default 127.0.0.1/localhost equal that docker container. Easy fix is to add
to your cloudflared service in docker-compose. Then you can point tunnel to
host.docker.internal
and it should point to your docker host instead of localhost of container. (ofc after reloading services bydocker-compose up -d
)Another easy solution would be to make your owncast server listen on lan IP of your server, and point cloudflared tunnel to that