k0gen / webtop-startos

GNU General Public License v3.0
0 stars 2 forks source link

Fix the KasmVNC TypeError: UI.rfb is undefined #3

Open k0gen opened 6 months ago

k0gen commented 6 months ago

We are encountering a TypeError: UI.rfb is undefined in kasmvnc like: Screenshot 2024-02-23 at 14 58 43

This issue is most likely related to the reverse proxy setup. A potential solution could be to enable WebSocket in the NGINX host file, specifically by setting the $http_upgrade and $connection_upgrade values. This is just a reminder to investigate this issue and apply the necessary fixes.