-
Notifications
You must be signed in to change notification settings - Fork 881
Bug in v0.7.6 a494489: inconsistency of code-server terminal loading. #2845
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
Comments
I have a similar problem |
@hfwang2020 It is so weird. Today, for 30 minutes, I was able to see terminals across my workspaces. I am using caddy as a reverse proxy in front of GCP VM running Coder as a systemd service. But now it's back to no terminal. I am using the web terminal in the meantime, and if I have a JetBrains IDE in the same workspace, their terminal works fine. |
In versions prior to 0.7.6 I was able to eventually get the integrated terminal in code-server to appear (I think by refreshing the webpage a few times), but in 0.7.6 that workaround doesn't seem to work anymore, I can't get the terminal to ever appear. When I check the JS console I saw a few errors that looked relevant:
Maybe in my case this is due to how we're always installing the latest version of
I'll try using an older version of |
The issue you linked in |
Update: we identified the issue in code-server and have merged a fix. We need to fix a few other things but hope to cut a release by next Friday. Then coder/coder can update the version of code-server and close this. |
We released code-server 4.5.1 a couple days ago with the fix. Can someone confirm if this is still an issue? |
This has been fixed! Update your code-server version y'all! |
Hey all! Just wanted to follow up and let you know we've added a new e2e suite that runs code-server's tests (including one for the terminal) against a reverse proxy to prevent this kind of bug from happening again. See coder/code-server#5348 |
It appears that I am having this bug yet again. |
Hi @Wolfy0615 - I am able to reproduce this as well. We are working on #2779 which should resolve these (now networking-related) issues in Coder. |
Sometimes the integrated terminal in code-server loads, sometimes it does not.
This is a critical problem since I need to use the terminal to stay in flow, along with the editor. 2 other users have seen similar things including @bpmct and Phorcys (Discord handle)
I've tried clearing the browser cache, and it sometimes resolves. But it came back an hour later.
Expected Behavior
If I open a terminal in code-server, I should see a prompt.
Current Behavior
When I start a terminal, the sub-window appears, but just black and no prompt.
See DevTools errors.
The text was updated successfully, but these errors were encountered: