-
Notifications
You must be signed in to change notification settings - Fork 5.8k
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
Accessing code-server docker container via Tailscale = white screen #7214
Comments
Version=4.96.4 doesn't help? |
Yup! Rolled back to 4.96.4 and now it works. Is this a known bug that is being worked on? |
It seems to be... |
Originally posted by @code-asher in #7199 (comment) Maybe this is related to the base path changes in https://github.com/coder/code-server/pull/7199/files#diff-aa0960eacc2ec0a027a3e50ce898c5361569abb97e6ac10ca0a87f3fa1c21683 |
I got the same bug, It can be connected, but opened with a white screen, no welcome page and menus. |
@DasKraut37 Which Docker image are you using? |
Using the LSIO image. |
Please be aware that the image of this repository is Please open issues regarding |
Originally posted by @vcantrell in #7211 |
Looks like a duplicate of #7212. It also looks like the VS Code team is planning on fixing it. |
Is there an existing issue for this?
OS/Web Information
code-server --version
: 4.97.2Steps to Reproduce
Expected
To be able to use code-server over a tailscale connection. All other services on this host work through tailscale, just not code-server.
Actual
I get a white screen. No login screen, nothing. Just a white screen.
Logs
In the browser console, I only see one error:
Screenshot/Video
No response
Does this bug reproduce in native VS Code?
This cannot be tested in native VS Code
Does this bug reproduce in GitHub Codespaces?
This cannot be tested in GitHub Codespaces
Are you accessing code-server over a secure context?
Notes
I'm running tailscale in a docker container with network_mode: host. I can connect to any other service on my host via tailscale except for code-server, where I just get a white screen. I found several other people reporting similar problems with this, but every post ends with no solution.
I can connect to code-server using the host ip or through reverse proxy with no issues. But for some reason, I get a white screen when trying to use tailscale to connect, which is how I would prefer to connect to this.
Any help?
The text was updated successfully, but these errors were encountered: