An unexpected error has occurred
on the customizatio page i get this error
Solution:Jump to solution
GitHub
Release v0.14.1 Stability improvement and bug fixes · ajnart/homarr
Your issues should be resolved!
During the last release, we didn't spend enough time to test on different hardware configurations to ensure that v0.14.0 would work on the majority of people'...
13 Replies
Hi, did you update your compose / container?
Can you post your server log?
Do you run using Docker or from source?
dokcer
docker*
Can you post your compose / docker run?
GNU nano 7.2 docker-compose.yaml
version: '3' #---------------------------------------------------------------------# Homarr - A simple, yet powerful dashboard for your server. # #---------------------------------------------------------------------# services: homarr: container_name: homarr image: ghcr.io/ajnart/homarr:latest restart: unless-stopped volumes: - /var/run/docker.sock:/var/run/docker.sock # Optional, only if you want docker integration - ./homarr/configs:/app/data/configs - ./homarr/icons:/app/public/icons - ./homarr/data:/data ports: - '7575:7575'
version: '3' #---------------------------------------------------------------------# Homarr - A simple, yet powerful dashboard for your server. # #---------------------------------------------------------------------# services: homarr: container_name: homarr image: ghcr.io/ajnart/homarr:latest restart: unless-stopped volumes: - /var/run/docker.sock:/var/run/docker.sock # Optional, only if you want docker integration - ./homarr/configs:/app/data/configs - ./homarr/icons:/app/public/icons - ./homarr/data:/data ports: - '7575:7575'
Try to enter edit mode -> exit edit mode
@ajnart is this the same issue you mentioned?
Then try again
Yeah, no default config so can’t access its customizations page, makes sense x)
Okay...
I'll fix this bug too, ok?
I am using the docker compose file below and I still receive the error below:
version: "3.9"
services:
homarr:
container_name: Homarr
image: ghcr.io/ajnart/homarr:latest
ports:
- 7575:7575
volumes:
- /volume1/docker/homarr/configs:/app/data/configs
- /volume1/docker/homarr/icons:/app/public/icons
- /volume1/docker/homarr/data:/data
- /volume1/docker/homarr/database:/app/database
- /var/run/docker.sock:/var/run/docker.sock
@here We are looking for a group of people experiencing errors with the new release of homarr, if you are having issues please let me or @Manicraft1001 know you'd be interested in helping us fix this issue.
Send a message there : https://discord.com/channels/972958686051962910/1173242881486635092
Solution
GitHub
Release v0.14.1 Stability improvement and bug fixes · ajnart/homarr
Your issues should be resolved!
During the last release, we didn't spend enough time to test on different hardware configurations to ensure that v0.14.0 would work on the majority of people'...