NebulaServices / Nebula

a stunning and sleek web proxy with support for hundreds of popular sites.
https://docs.nebulaproxy.io/
278 stars 3.74k forks source link

Cannot read properties of undefined (reading 'controller') #238

Closed Salty-Coder closed 5 months ago

Salty-Coder commented 6 months ago

When opening the webpage, I see the icon for a short period of time before fading to a black screen. I get this error in the console:

Uncaught (in promise) TypeError: Cannot read properties of undefined (reading 'controller')
    at routes-DStrMdar.js:1:138039

originating from this line:

Up(navigator.serviceWorker.controller);
rifting commented 6 months ago

Are you running with https? Nebula will not work without a valid SSL certificate

Salty-Coder commented 6 months ago

Are you running with https? Nebula will not work without a valid SSL certificate

I originally had this issue running on http, so I set up Nebula with an SSL using Nginx. Now the issue is still present when visiting the https version.

rifting commented 6 months ago

Try a shift f5 refresh

rifting commented 5 months ago

Closing as stale.