We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
code-server
sha256:067d044e8d977e2149997421a3893dd51eaf037b21fc841955c6d378ab664bd6
Trying to access the IDE in Firefox results in a blank black screen and no IDE.
docker run -t -p 0.0.0.0:8443:8443 -v "${PWD}:/root/project" codercom/code-server code-server --allow-http
dockerip:8443
Here's a screenshot of the console. My guess is that the code has some ES6 syntax that isn't being transpiled correctly to work with Firefox.
And here's what it looks like in Chrome (works fine)
The text was updated successfully, but these errors were encountered:
Also experiencing a 404 on __webpack_hmr like in #141 but I think that's unrelated.
Sorry, something went wrong.
You can remove the workspace key from localstorage to temp fix. We'll be pushing a fix soon!
workspace
Thanks for the temp fix. Worked like a charm! I'll make sure to re-create the container once the fix is pushed.
e9e0bf7
Fixes #275
b21cd4d
No branches or pull requests
code-server
version: Latest Docker:sha256:067d044e8d977e2149997421a3893dd51eaf037b21fc841955c6d378ab664bd6
Description
Trying to access the IDE in Firefox results in a blank black screen and no IDE.
Steps to Reproduce
docker run -t -p 0.0.0.0:8443:8443 -v "${PWD}:/root/project" codercom/code-server code-server --allow-http
dockerip:8443
in Firefoxdockerip:8443
in ChromeHere's a screenshot of the console. My guess is that the code has some ES6 syntax that isn't being transpiled correctly to work with Firefox.
And here's what it looks like in Chrome (works fine)
The text was updated successfully, but these errors were encountered: