update notification still appears after update

For some reason after updating I'm still getting the notiification to update
No description
Solution:
Ok, I've found a fix/workaround, I had to log out and log back in, since I'm using an external login provider I had never logged out, should I report this on github?
Jump to solution
12 Replies
Cakey Bot
Cakey Bot4mo ago
Thank you for submitting a support request. Depending on the volume of requests, our team should get in contact with you shortly.
⚠️ Please include the following details in your post or we may reject your request without further comment: - Log (See https://homarr.dev/docs/community/faq#how-do-i-open-the-console--log) - Operating system (Unraid, TrueNAS, Ubuntu, ...) - Exact Homarr version (eg. 0.15.0, not latest) - Configuration (eg. docker-compose, screenshot or similar. Use ``your-text`` to format) - Other relevant information (eg. your devices, your browser, ...)
Frequently Asked Questions | Homarr documentation
Can I install Homarr on a Raspberry Pi?
TheRedCyclops
TheRedCyclopsOP4mo ago
Version 1.20.0
Manicraft1001
Manicraft10014mo ago
Can you run the "update checker" task in the "tools"?
TheRedCyclops
TheRedCyclopsOP4mo ago
still appears
Manicraft1001
Manicraft10014mo ago
!qa required_data
Cakey Bot
Cakey Bot4mo ago
Thank you for your question. Our support team has noted that your request does not meet the minimum required data so we are unable to answer your question. Please provide: - your Homarr logs - your setup configuration (eg. docker compose, docker run, helm chart, screenshot, ...) - A detailed description of your problem or question with additional images where necessary - Your operating system - Version of Homarr (do not say latest! say 0.15.2, ...) Failure to comply with this will result in a permanent closure of your support request.
TheRedCyclops
TheRedCyclopsOP4mo ago
services:
homarr:
container_name: homarr
image: ghcr.io/homarr-labs/homarr:latest
restart: unless-stopped
volumes:
- homarr:/appdata
environment:
- SECRET_ENCRYPTION_KEY=
- DOCKER_HOSTNAMES=homarr_proxy
- DOCKER_PORTS=2375
- AUTH_PROVIDERS=oidc
- AUTH_OIDC_ISSUER=https://auth.domain.dev
- AUTH_OIDC_CLIENT_ID=
- AUTH_OIDC_CLIENT_SECRET=
- AUTH_OIDC_CLIENT_NAME=Authelia
- AUTH_OIDC_AUTO_LOGIN=true
- AUTH_LOGOUT_REDIRECT_URL=https://auth.domain.dev/logout
- AUTH_OIDC_FORCE_USERINFO=true
expose:
- '7575:7575'
networks:
- shared
- default
socket-proxy:
image: lscr.io/linuxserver/socket-proxy:latest
container_name: homarr_proxy
environment:
- CONTAINERS=1
- ALLOW_START=1 #optional
- ALLOW_STOP=1 #optional
- ALLOW_RESTARTS=1 #optional
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
restart: unless-stopped
read_only: true
tmpfs:
- /run
networks:
- default

volumes:
homarr:

networks:
shared:
name: base_shared
external: true
services:
homarr:
container_name: homarr
image: ghcr.io/homarr-labs/homarr:latest
restart: unless-stopped
volumes:
- homarr:/appdata
environment:
- SECRET_ENCRYPTION_KEY=
- DOCKER_HOSTNAMES=homarr_proxy
- DOCKER_PORTS=2375
- AUTH_PROVIDERS=oidc
- AUTH_OIDC_ISSUER=https://auth.domain.dev
- AUTH_OIDC_CLIENT_ID=
- AUTH_OIDC_CLIENT_SECRET=
- AUTH_OIDC_CLIENT_NAME=Authelia
- AUTH_OIDC_AUTO_LOGIN=true
- AUTH_LOGOUT_REDIRECT_URL=https://auth.domain.dev/logout
- AUTH_OIDC_FORCE_USERINFO=true
expose:
- '7575:7575'
networks:
- shared
- default
socket-proxy:
image: lscr.io/linuxserver/socket-proxy:latest
container_name: homarr_proxy
environment:
- CONTAINERS=1
- ALLOW_START=1 #optional
- ALLOW_STOP=1 #optional
- ALLOW_RESTARTS=1 #optional
volumes:
- /var/run/docker.sock:/var/run/docker.sock:ro
restart: unless-stopped
read_only: true
tmpfs:
- /run
networks:
- default

volumes:
homarr:

networks:
shared:
name: base_shared
external: true
OS: OMV (Debian based) that's everything
Manicraft1001
Manicraft10014mo ago
Thanks. Can you please search the exact image hash that your Docker is using?
TheRedCyclops
TheRedCyclopsOP4mo ago
sure thing I think it's this one: 45b8aceeb466de3cf0044d5864e631c16f76db3939dac82f694b6a4b55459f64
Manicraft1001
Manicraft10014mo ago
Can you pull 1.21.0 and try again?
TheRedCyclops
TheRedCyclopsOP4mo ago
same thing I've also run the update checker task again
Solution
TheRedCyclops
TheRedCyclops4mo ago
Ok, I've found a fix/workaround, I had to log out and log back in, since I'm using an external login provider I had never logged out, should I report this on github?

Did you find this page helpful?