Benjamin Thaller
Results
2
comments of
Benjamin Thaller
Had the same problem, fixed it by "enabling" websockets through my reverse proxy (nginx in my case). Addes this to my "location": ``` proxy_set_header Upgrade $http_upgrade; proxy_set_header Connection "Upgrade"; ```...
@stonith i'm having the same problem, have you ever found a solution?