This repository has been archived by the owner on Nov 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
A problem occurred attempting to connect to Codespace #118
Comments
Same issue for me! The codespace opens just fine in the browser |
@giacomo-mosey maybe upvote the discussion..? (Hoping for the best!) |
Oh so I needed to install the ssh server? "features": {
"ghcr.io/devcontainers/features/sshd:1": {
"version": "latest"
} I rebuilt the container but got this error:
|
Same issue for me
(found in the jetbrains gateway zipped log file ) |
Same issue for me:
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
Hello,
while trying to connect to an existing codespace on a project with a custom Dockerfile, I receive this error "A problem occurred attempting to connect to Codespace.".
Here's probably the relevant part of the log:
Steps to reproduce
Impact
Well, I'm unable to connect
Additional context
Thanks for you support!
EDIT: Then, I read the doc.
I was actually missing the SSH feature from
devcontainer.json
, so I added it. The error didn't change.The text was updated successfully, but these errors were encountered: