An unexpected error has occurred

on the customizatio page i get this error
No description
Solution:
This issue should be fixed with release v0.14.1 ! If not, please open up a ticket in #💬・get-help
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'...
Jump to solution
13 Replies
Manicraft1001
Manicraft10012y ago
Hi, did you update your compose / container? Can you post your server log?
Manicraft1001
Manicraft10012y ago
Do you run using Docker or from source?
Nefnief
NefniefOP2y ago
dokcer docker*
Manicraft1001
Manicraft10012y ago
Can you post your compose / docker run?
Nefnief
NefniefOP2y ago
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'
Thomas
Thomas2y ago
Try to enter edit mode -> exit edit mode
Manicraft1001
Manicraft10012y ago
@ajnart is this the same issue you mentioned?
Thomas
Thomas2y ago
Then try again Yeah, no default config so can’t access its customizations page, makes sense x)
Manicraft1001
Manicraft10012y ago
Okay... I'll fix this bug too, ok?
rAf739722
rAf7397222y ago
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
No description
Thomas
Thomas2y ago
@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
Thomas
Thomas2y ago
This issue should be fixed with release v0.14.1 ! If not, please open up a ticket in #💬・get-help
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'...

Did you find this page helpful?