-
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
White Screen After login #7212
Comments
My remote OS is clear linux, but the same experience. Rolling back was a good initial workaround for me. I am using "auth: password" in my config, and wonder if that has anything to do with the issue. |
remote os debian,is same problem |
Same error here after update my 3 VPS.
Even trying to completely remove code-server and installing a previous version, it is not working properly. |
Host system Ubuntu with docker install of Code-Server. Got the white screen after the latest update (Linuxserver.io version: 4.97.2-ls255). I disabled all plugins and get the same white screen. |
I also have same issue |
Solved |
It seems that the latest have some issue |
for what it's worth, I'm not using authentication on my local network, also the same issue (white screen), running in docker, watchtower updated it this morning and suddenly no go.
Have resolved currently via editing my docker compose in the image section:
|
As mentioned above, if you specify the version and install it, you can use it normally without any issues. VERSION=4.96.4 |
Please be aware that the image of this repository is Please open issues regarding |
Originally posted by @vcantrell in #7211 |
Ah interesting. So to summarize, the problem is caused by "cannot read properties of undefined (reading 'bind')" in uuid.ts, which is calling For web crypto functions to be undefined, code-server would have to be loaded in an insecure context. It looks like in 1.97.0 the VS Code folks changed this function to always use web crypto instead of conditionally, so now it errors: microsoft/vscode@8ad5ac5 I am not sure if they would consider this a bug (my guess is they would say an insecure context is not supported since there are other features they use that also require a secure context like service workers), but I will close this issue for now since it is from VS Code itself. |
Actually, turns out there is an upstream issue we can follow, looks like it is considered a regression and will be fixed? microsoft/vscode#240334 |
@code-asher Great find! Thanks for the clarification. |
Is there an existing issue for this?
OS/Web Information
code-server --version
: latest image pulled today - 19.02.2025Steps to Reproduce
2.Blank Screen
Expected
Code Server Home Screen
Actual
Blank screen after login page.
Logs
Screenshot/Video
Does this bug reproduce in native VS Code?
I did not test native VS Code
Does this bug reproduce in GitHub Codespaces?
I did not test GitHub Codespaces
Are you accessing code-server over a secure context?
Notes
No response
The text was updated successfully, but these errors were encountered: