-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
(support) remote connection with jetbrains gateway doesn't work, vscode does work #544
Comments
Versions:
and using the helm chart, 2.19.0 |
Hi @danmur can you try running |
Hey! Thanks for the prompt reply :). Here's the ssh config it added (I didn't check it before so I don't know if the CODER JETBRAINS stuff was there already, maybe I should remove it and try it all again):
|
I tried changing the ProxyCommand to the one I have installed through the system, that didn't help EDIT: never mind, it seems to have overwritten it |
Trying the ProxyCommand manually it does this, not sure if this indicates it's working or not (I don't get a prompt or anything):
|
I'm self-hosting on k8s and using a k8s template. Gateway connects to my coder instance successfully, it can download the IDE I select, but when I hit "Start IDE and connect" I get the "Connecting to coder workspace..." modal for a few seconds then the dialog disappears, no user-visible errors.
I get this in the console from Gateway:
and on the workspace side the logs from
.cache/JetBrains/RemoteDev/dist/IU-243.25659.39/bin/remote-dev-server
:I'm wondering if the host should be set somewhere there? I have a CODER_ACCESS_URL set and that's what I'm connecting to but the
host
parameter in those URLs doesn't seem to include it.Any ideas, or other logs I can provide?
Thank you :)
The text was updated successfully, but these errors were encountered: