code-server version: Latest Docker: sha256:067d044e8d977e2149997421a3893dd51eaf037b21fc841955c6d378ab664bd6Trying 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-httpdockerip:8443 in Firefox dockerip: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)

Also experiencing a 404 on __webpack_hmr like in #141 but I think that's unrelated.
You can remove the workspace key from localstorage to temp fix. We'll be pushing a fix soon!
You can remove the
workspacekey from localstorage to temp fix. We'll be pushing a fix soon!
Thanks for the temp fix. Worked like a charm! I'll make sure to re-create the container once the fix is pushed.
Most helpful comment
You can remove the
workspacekey from localstorage to temp fix. We'll be pushing a fix soon!