Skip to content

[UriError] Scheme contains illegal characters #275

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

Closed
sa7mon opened this issue Mar 17, 2019 · 3 comments
Closed

[UriError] Scheme contains illegal characters #275

sa7mon opened this issue Mar 17, 2019 · 3 comments
Labels
bug Something isn't working

Comments

@sa7mon
Copy link

sa7mon commented Mar 17, 2019

  • code-server version: Latest Docker: sha256:067d044e8d977e2149997421a3893dd51eaf037b21fc841955c6d378ab664bd6
  • OS Version
    • Server: Ubuntu Server 18.04.2 LTS
    • Client: MacOS 10.13.6 with Firefox 65.0.1 (x64) and Chrome 67.0.3396.99 (x64)

Description

Trying to access the IDE in Firefox results in a blank black screen and no IDE.

Steps to Reproduce

  1. Create new Docker instance with: docker run -t -p 0.0.0.0:8443:8443 -v "${PWD}:/root/project" codercom/code-server code-server --allow-http
  2. Access dockerip:8443 in Firefox
  3. Observe a blank black screen
  4. Access dockerip:8443 in Chrome
  5. Observe that the IDE loads just fine

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.

code-server-no-worky

stacktrace

And here's what it looks like in Chrome (works fine)

Screen Shot 2019-03-17 at 09 57 47

@sa7mon sa7mon added the bug Something isn't working label Mar 17, 2019
@sa7mon
Copy link
Author

sa7mon commented Mar 17, 2019

Also experiencing a 404 on __webpack_hmr like in #141 but I think that's unrelated.

@kylecarbs
Copy link
Member

You can remove the workspace key from localstorage to temp fix. We'll be pushing a fix soon!

@sa7mon
Copy link
Author

sa7mon commented Mar 18, 2019

You can remove the workspace key 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants