H
Homarr8mo ago
Nefnief

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
Manicraft10018mo ago
Hi, did you update your compose / container? Can you post your server log?
Manicraft1001
Manicraft10018mo ago
Do you run using Docker or from source?
Nefnief
Nefnief8mo ago
dokcer docker*
Manicraft1001
Manicraft10018mo ago
Can you post your compose / docker run?
Nefnief
Nefnief8mo 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'
ajnart
ajnart8mo ago
Try to enter edit mode -> exit edit mode
Manicraft1001
Manicraft10018mo ago
@ajnart is this the same issue you mentioned?
ajnart
ajnart8mo ago
Then try again Yeah, no default config so can’t access its customizations page, makes sense x)
Manicraft1001
Manicraft10018mo ago
Okay... I'll fix this bug too, ok?
rAf739722
rAf7397228mo 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
ajnart
ajnart8mo 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
ajnart
ajnart8mo 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'...