Unable to get noVNC working #14034
Replies: 1 comment 1 reply
-
|
Hello @mthemis-provenir, could you send over your full template alongside with the docker image (or equivalent if you're using another runtime) ? This is pretty common with noVNC depending on how you've installed it. Could you also send over the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Has anyone managed to get noVNC to work with Coder recently? I've looked at pretty much all of the examples out there, and I've tried everything, but it simply will not connect. This is the app config I'm using:
It's definitely running and listening in the pod:
If I exec into the pod and use curl, it shows the
vnc.htmlpage, but when using the link in the workspace, it seems to give a 404 (if I change the link tohttp://localhost:6901/vnc.html), or if not it simply fails to connect. Is there some trick I'm missing here?Beta Was this translation helpful? Give feedback.
All reactions