Error with v1.41.0 (500 ). Moving back still fails

Unfortunately after the update one of my servers now just serves 500 error from within the homarr webserver (not the reverse proxy.) Rolling back produces the same error now.
Solution:
I don't see an error myself, it seems like one of the cookie entries is invalid. Either check them manually and see if you can find anything unusual or clear the cookies for the site and reload the page
Jump to solution
5 Replies
Cakey Bot
Cakey Bot2w 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?
vocoder
vocoderOP2w ago
It's a container inside debian stretch. Hairpinned & doesnt expose ports, pretty standard otherwise
No description
vocoder
vocoderOP2w ago
homarr:
container_name: homarr
image: ghcr.io/homarr-labs/homarr:v1.40.0
networks:
isolated13:
ipv4_address: ${DOCKER_ISOLATED_DMZ_SERVER}13.101
sysctls:
- net.ipv6.conf.all.disable_ipv6=1
depends_on:
authelia:
condition: service_healthy
environment:
PUID: ${SECUREPUID}18
PGID: ${PGID}
TZ: ${TIMEZONE}
DEFAULT_COLOR_SCHEME: dark
NEXT_TELEMETRY_DISABLED: 1
AUTH_PROVIDERS: oidc
AUTH_OIDC_ISSUER: https://auth.${DOMAIN_NAME}
AUTH_OIDC_CLIENT_NAME: "Authelia"
AUTH_OIDC_AUTO_LOGIN: true
AUTH_OIDC_FORCE_USERINFO: true
NEXTAUTH_URL: https://app.${DOMAIN_NAME}
AUTH_TRUST_HOST: true
ENABLE_DNS_CACHING: true
restart: "no"
volumes:
- ${DOCKER_PATH}/${CONFIG_PATH}/homarr/appdata:/appdata
- ${DOCKER_PATH}/${CONFIG_PATH}/homarr/img:/app/apps/nextjs/public/mnt/img
env_file:
- ${DOCKER_PATH}/${SECRET_PATH}/homarr-dmz-oidc.env
homarr:
container_name: homarr
image: ghcr.io/homarr-labs/homarr:v1.40.0
networks:
isolated13:
ipv4_address: ${DOCKER_ISOLATED_DMZ_SERVER}13.101
sysctls:
- net.ipv6.conf.all.disable_ipv6=1
depends_on:
authelia:
condition: service_healthy
environment:
PUID: ${SECUREPUID}18
PGID: ${PGID}
TZ: ${TIMEZONE}
DEFAULT_COLOR_SCHEME: dark
NEXT_TELEMETRY_DISABLED: 1
AUTH_PROVIDERS: oidc
AUTH_OIDC_ISSUER: https://auth.${DOMAIN_NAME}
AUTH_OIDC_CLIENT_NAME: "Authelia"
AUTH_OIDC_AUTO_LOGIN: true
AUTH_OIDC_FORCE_USERINFO: true
NEXTAUTH_URL: https://app.${DOMAIN_NAME}
AUTH_TRUST_HOST: true
ENABLE_DNS_CACHING: true
restart: "no"
volumes:
- ${DOCKER_PATH}/${CONFIG_PATH}/homarr/appdata:/appdata
- ${DOCKER_PATH}/${CONFIG_PATH}/homarr/img:/app/apps/nextjs/public/mnt/img
env_file:
- ${DOCKER_PATH}/${SECRET_PATH}/homarr-dmz-oidc.env
Solution
Meierschlumpf
Meierschlumpf2w ago
I don't see an error myself, it seems like one of the cookie entries is invalid. Either check them manually and see if you can find anything unusual or clear the cookies for the site and reload the page
vocoder
vocoderOP2w ago
good call. I'm an idiot removing all cookies fixed it upon reauth... but other people will prolly run into this

Did you find this page helpful?