- Notifications
You must be signed in to change notification settings - Fork1.1k
-
BetaWas this translation helpful?Give feedback.
All reactions
Replies: 2 comments 1 reply
-
hello@ShuaiQA, apologies for the delay, were you able to figure this out? Regarding Regarding the 404 error, this happens when clicking "VS Code Desktop", correct? |
BetaWas this translation helpful?Give feedback.
All reactions
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
-
I had the same issue with a Coder instance running behind a reverse proxy. I could not access the devcontainer via SSH nor the Terminal icon in the Coder UI, and code-server would just load infinitely displaying a blank page. I did have access to the outer agent, though, and could verify that the devcontainer was in fact built successfully and the subagent was running inside of it. Diagnosing the problemFor debugging, I first opened a terminal to the main container running the main coder agent. From there, I opened a shell to the devcontainer using:
(The name of the devcontainer can be obtained with I then expected the subagent's log with
and found lots of messages showing problems with DERP. The solutionI could probably have fixed something with my reverse proxy, but ultimately, the simpler solution was to set |
BetaWas this translation helpful?Give feedback.
All reactions
-
@phorcys420 I'm pinging you because you've contributed to this discussion before. Debugging this issue was a real headscratcher for me, most importantly because my Coder instance's healthcheck says that everything is fine and everything worked besides docker-in-docker devcontainers. Maybe a hint at https://coder.com/docs/user-guides/devcontainers/troubleshooting-dev-containers |
BetaWas this translation helpful?Give feedback.
All reactions
This discussion was converted from issue #16655 on February 24, 2025 10:40.



