kasmtech / workspaces-issues

18 stars 4 forks source link

Kasm only half loads when using reverse-proxy URL #558

Closed ZuluPilgrim closed 4 months ago

ZuluPilgrim commented 4 months ago

When I browse directly to the local IP, everything works as expected.

When I try going through the url which is redirect to the IP using Nginx Reverse Proxy Manager, I can log on but when I click on my resource i.e. try open Brave, I get stuck at the following screen.

image

I am not sure how to troubleshoot or what could be causing this.

I installed using https://kasmweb.com/docs/latest/install/single_server_install.html

j-travis commented 4 months ago

Make sure your reverse proxy supports websockets.

Aside from that here is a connectivity troubleshooting guide: https://kasmweb.com/docs/latest/guide/troubleshooting/advanced_connection_troubleshooting.html

ZuluPilgrim commented 4 months ago

Thanks @j-travis, that was it I had not enabled websockets.

All good now :)

image