error [Service Worker] navigator is undefined #3830
Unanswered
huanghantao
asked this question in
Q&A
Replies: 1 comment 12 replies
-
It looks like when you use coding.com, you're accessing code-server over an insecure domain, which I believe is the reason the service worker isn't being registered (though it would be nice if we had better error messages). Have you followed the docs for setting up HTTPS? |
Beta Was this translation helpful? Give feedback.
12 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
It's my hosts:
When I use localhost to access code-server, there is no problem, but when I use coding.com to access code-server, I get the error.
Beta Was this translation helpful? Give feedback.
All reactions