Georg Gogo. BERNHARD

Results 50 comments of Georg Gogo. BERNHARD

Maybe related to https://github.com/coder/code-server/issues/4800

I am starting code-server with `/usr/local/bin/code-server --cert --bind-addr 0.0.0.0:8080 /app` so creating proper certificates should happen automagically...

``` FROM --platform=linux/amd64 debian:bullseye-slim # Install system dependencies RUN apt-get update \ && DEBIAN_FRONTEND=noninteractive apt-get install -y \ curl \ wget \ git \ screen \ unzip \ vim \...

Additionally "Cannot reconnect. Please reload the window." pops up after some minutes... that's probably related.

I updated to version 4.0.2 and this issue seems to be fixed!

I realised that it did work when docker was running on the same machine, but not when code server was on another machine. Reopening.

I tried the same Dockerfile on two machines, localhost and another. My browser (Brave Browser) one time shows an exclamation mark with a circle around it (localhost) and on the...

But why does it work on localhost? Maybe browsers don't block Service Workers over http on localhost?

When I run code server with "--cert" to ask it to generate self-signed certificates i get ``` Error loading webview: Error: Could not register service workers: SecurityError: Failed to register...

Thank you for mentioning this issue there! Let's hope this can be fixed "at the source".