Hi all. Apologies for the less than descriptive title, but I'm not sure how best to articulate the issue I'm having.
Simply, when I load WUD all I see is the screen attached below.
This happens periodically and I need to reboot several times before I can get the login screen to work again; it is browser agnostic. (I've cleared cookies also, and used incognito mode to be sure).
I have logs set to trace, but there is nothing, like absolutely nothing appears when I try and load the webpage, as though it doesnt receive the request, but this page still loads regardless...
The browser returns the following.
App is being served from cache by a service worker.
For more details, visit https://goo.gl/AFskqB registerServiceWorker.ts:8:15
Service worker has been registered.
Otherwise there are no errors or issues I can see whatsoever, it happens whether I have SSO set to redirect or not.
Here's my yaml; I have no idea what to do here, thanks for any help.
whatsupdocker:
image: getwud/wud:8.2.2 #wud does not have semantic versioning
container_name: wud
restart: always
read_only: true
cap_drop: [all]
security_opt: [no-new-privileges:true]
user: ####:####
volumes:
- /etc/localtime:/etc/localtime:ro
networks:
traefik_whatsupdocker:
whatsupdocker_socket_proxy:
environment:
WUD_LOG_LEVEL: trace
WUD_WATCHER_DOCKER_HOST: docker-socket-proxy
WUD_WATCHER_DOCKER_WATCHBYDEFAULT: true
WUD_WATCHER_DOCKER_WATCHEVENTS: false
WUD_WATCHER_DOCKER_WATCHALL: true #disabled as it was causing crashes
WUD_WATCHER_DOCKER_CRON: "0 4 * * *"
WUD_REGISTRY_LSCR_LSCR_USERNAME:
WUD_REGISTRY_LSCR_LSCR_TOKEN:
WUD_REGISTRY_HUB_PUBLIC_LOGIN:
WUD_REGISTRY_HUB_PUBLIC_PASSWORD:
WUD_TRIGGER_DOCKER_MINOR_MODE: simple
WUD_TRIGGER_DOCKER_MINOR_PRUNE: true
WUD_TRIGGER_DOCKER_MINOR_DRYRUN: false
WUD_TRIGGER_DOCKER_MINOR_AUTO: true
WUD_TRIGGER_DOCKER_MINOR_THRESHOLD: minor
WUD_TRIGGER_DOCKER_MAJOR_MODE: simple
WUD_TRIGGER_DOCKER_MAJOR_PRUNE: true
WUD_TRIGGER_DOCKER_MAJOR_DRYRUN: false
WUD_TRIGGER_DOCKER_MAJOR_AUTO: false
WUD_TRIGGER_DOCKER_MAJOR_THRESHOLD: all
WUD_PUBLIC_URL: ""
WUD_AUTH_OIDC_authentik_CLIENTID:
WUD_AUTH_OIDC_authentik_CLIENTSECRET:
WUD_AUTH_OIDC_authentik_DISCOVERY: "authentik SSO"
WUD_AUTH_OIDC_authentik_REDIRECT: true
dns:
- "1.1.1.1"
Hi all. Apologies for the less than descriptive title, but I'm not sure how best to articulate the issue I'm having.
Simply, when I load WUD all I see is the screen attached below.
This happens periodically and I need to reboot several times before I can get the login screen to work again; it is browser agnostic. (I've cleared cookies also, and used incognito mode to be sure).
I have logs set to trace, but there is nothing, like absolutely nothing appears when I try and load the webpage, as though it doesnt receive the request, but this page still loads regardless...
The browser returns the following.
App is being served from cache by a service worker.
For more details, visit https://goo.gl/AFskqB registerServiceWorker.ts:8:15
Service worker has been registered.
Otherwise there are no errors or issues I can see whatsoever, it happens whether I have SSO set to redirect or not.
Here's my yaml; I have no idea what to do here, thanks for any help.
whatsupdocker:
image: getwud/wud:8.2.2 #wud does not have semantic versioning
container_name: wud
restart: always
read_only: true
cap_drop: [all]
security_opt: [no-new-privileges:true]
user: ####:####
volumes:
- /etc/localtime:/etc/localtime:ro
networks:
traefik_whatsupdocker:
whatsupdocker_socket_proxy:
environment:
WUD_LOG_LEVEL: trace
WUD_WATCHER_DOCKER_HOST: docker-socket-proxy
WUD_WATCHER_DOCKER_WATCHBYDEFAULT: true
WUD_WATCHER_DOCKER_WATCHEVENTS: false
WUD_WATCHER_DOCKER_WATCHALL: true #disabled as it was causing crashes