iamhannover
HHomarr
•Created by iamhannover on 2/22/2025 in #💬・get-help
Application error: a server-side exception has occurred
Hi guys, I am encountering the following error message since today: Application error: a server-side exception has occurred (see the server logs for more information).
Digest: 67672846
I have succesfully migrated to v1.0 weeks ago and have flawlessly updated regularly ever since. I am deploying the container with this stack (no proxy or anything just docker on a raspberry pi 4 and portainer web ui):
services:
homarr:
container_name: homarr-labs
image: ghcr.io/homarr-labs/homarr:latest
restart: unless-stopped
volumes:
- /var/run/docker.sock:/var/run/docker.sock # Optional, only if you want docker integration
- /docker/appdata/homarr-labs/appdata:/appdata
environment:
- SECRET_ENCRYPTION_KEY=xxxxxxxxxxxx
ports:
- '7575:7575'
I hope I am not missing any required data and thank you in advance for looking into it. I have to admit I might have limited knowledge on understanding the matter, but I am eager to do my best in order to provide any necessary or relevant output.
4 replies