You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. I am trying to deploy my own self hosted ultraviolet app to my local docker environment using docker compose. I used the following docker-compose.yaml file:
I can then access the ultraviolet server by navigating to http://192.168.0.10:8080 in firefox or chromium. But when I enter any site url in the input box and hit enter, nothing happens. The developer tools reveal a javascript error: Uncaught TypeError: serviceWorker is undefined
Please advise which steps are necessary to fix this
The text was updated successfully, but these errors were encountered:
Hello. I am trying to deploy my own self hosted ultraviolet app to my local docker environment using docker compose. I used the following docker-compose.yaml file:
I can then access the ultraviolet server by navigating to http://192.168.0.10:8080 in firefox or chromium. But when I enter any site url in the input box and hit enter, nothing happens. The developer tools reveal a javascript error:
Uncaught TypeError: serviceWorker is undefined
Please advise which steps are necessary to fix this
The text was updated successfully, but these errors were encountered: