Closed 111100001 closed 5 months ago
disconnected means that the websocket isn't set up correctly, it's just used for live updates in the gui.
i'm guessing something is wrong with your reverse proxy for the webhooks to not subscribe
thank you! after some digging, i fixed it by adding this to the reverse proxy conf file:
proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection "Upgrade";
proxy_set_header Host $host;
i have everything set up. I have an https set up and accessible. i set up the twitch extension Client ID and twitch secret and connected to it.
but i still have the errors:
and still says Disconnected :