-
Notifications
You must be signed in to change notification settings - Fork 6k
3.6.1 doesn't load the vscode editor #2235
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 also encountered the similar problem. I start the code-server program, open in browser, and enter the password, then the browser has nothing to show. I pressed F12 and there was some errors: Uncaught ReferenceError: globalThis is not defined. I'm using Chrome and the version number is 59.0.3071.115. |
Oh that's interesting. It looks like globalThis was added in version 71
of Chrome.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
code-server --version
: 3.6.1I used the install script today and edited the .service file with additional parameters like so:
code-server --bind-addr 0.0.0.0:123 --user-data-dir /var/codeserver --auth password --cert /etc/letsencrypt/live/domain/fullchain.pem --cert-key /etc/letsencrypt/live/domain/privkey.pem --disable-telemetry
but then on the web browser (Edge Win10, Firefox Ubuntu20.04.1, Safari iPadOS14.0.1) after entering the password it doesn't load the vscode editor like it should do - the browser is instead waiting for a response from the code-server but never gets one.
Didn't know that there was an update, but when I install the 3.6.0 .deb package over the 3.6.1 install, so it replaces 3.6.1, I have no issues and the vscode editor loads up without any problems. Only 3.6.1 makes it not load.
My host system: Debian Buster 10.6 with kernel 5.8.0-0.bpo.2-amd64
The text was updated successfully, but these errors were encountered: