Omniverse GLFW Error

Okay for now via WebRTC is working. Particularly if I use Google Chrome on the server where I also have isaac sim it works fine. What doesn’t work is if I want to forward the window to my computer, again accessing google chrome. The steps are as follows: 1) I do port forwarding by doing ssh -X -L <local_port>:localhost:<server_port> user@server. 2) after that i start in headless isaac sim in webrtc mode. 3) i try to access the link, from my conputer using Chrome, `

http://localhost:8211/streaming/webrtc-client?server=localhost

` but i don’t get the gray screen, while on the server it works. Any recommendations?