-
Notifications
You must be signed in to change notification settings - Fork 1
Content unavailable. Try to restart the connection. #94
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
Labels
Comments
Summary for the initial investigation:
|
fioan89
added a commit
that referenced
this issue
Apr 23, 2025
- latest Coder versions won't accept the SSH connection if proxy command does not include the workspace owner name - for wildcard configuration the ssh config stays the same but the actual hostname provided to the Toolbox will include the workspace owner name - resolves #94
fioan89
added a commit
that referenced
this issue
Apr 24, 2025
- latest Coder versions won't accept the SSH connections if proxy command does not include the workspace owner name - for wildcard configuration the ssh config stays the same but the actual hostname provided to the Toolbox will include the workspace owner name For wildcard config: - the ssh config hostname follows the `coder-jetbrains-toolbox-dev.coder.com--*` pattern - the proxy command will have a similar host prefix - the hostname provided to Toolbox follows the `coder-jetbrains-toolbox-dev.coder.com--${ws.ownerName}--${ws.name}.${agent.name}` pattern For non wildcard config: - the ssh config hostname follows the `coder-jetbrains-toolbox--${ws.ownerName}--${ws.name}.${agent.name}--dev.coder.com` pattern - the proxy command will have the username and hostname in the ${ws.ownerName}/${ws.name}.${agent.name} format - the hostname provided to Toolbox follows the `coder-jetbrains-toolbox-dev.coder.com--${ws.ownerName}--${ws.name}.${agent.name}` pattern - resolves #94
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have JetBrains Toolbox app installed. I have also installed Coder plugin and Gateway + PyCharm. I am able to successfully connect to Coder and see my workspaces but I receive the following error when clicking on the workspace:
I have also followed the instructions in README to construct URI directly in the browser but that results in the same error.
This is my constructed URI if that helps:
The text was updated successfully, but these errors were encountered: