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:
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'