All works, but cant create a new board. Receiving: An unexpected error has occurred...
I'm encountering an unexpected error while using the platform. The full error message reads:
“An unexpected error has occurred. This page has crashed unexpectedly. We're sorry for the inconvenience. Please try again or contact an administrator.”
I have successfully set up the initial board, but I’m having trouble creating a second one. Additionally, I’m unable to display any iframe websites in the widget.
If anyone has experienced similar issues or has any advice on how to resolve them, I would greatly appreciate your insights!
Log files are as:
Exporting hostname...
Migrating database...
yarn run v1.22.19
$ ts-node ./migrate.ts
Done in 4.72s.
Starting production server...
Listening on port 7575 url: http://3a47af832862:7575
Local icons repository directory exists and contains 2 icons
ERROR Unexpected response: connect ECONNREFUSED 192.168.1.11:8090
ERROR Unexpected response: connect ECONNREFUSED 192.168.1.11:5572
ERROR Unexpected response: connect ECONNREFUSED 192.168.1.11:8787
ERROR Unexpected response: connect ECONNREFUSED 127.0.0.1:80
ERROR Failed to request data from Overseerr: TypeError: Cannot read properties of undefined (reading 'map')
ERROR Failed to request users from Overseerr: TypeError: Cannot read properties of undefined (reading 'map')
TypeError: Cannot read properties of undefined (reading 'some')
at getConfig (/app/.next/server/chunks/6892.js:68:31)
My compose file looks like this:
version: '3.8'
services:
homarr:
container_name: homarr
image: ghcr.io/ajnart/homarr:latest
ports:
synobridge:
external: true
“An unexpected error has occurred. This page has crashed unexpectedly. We're sorry for the inconvenience. Please try again or contact an administrator.”
I have successfully set up the initial board, but I’m having trouble creating a second one. Additionally, I’m unable to display any iframe websites in the widget.
If anyone has experienced similar issues or has any advice on how to resolve them, I would greatly appreciate your insights!
Log files are as:
Exporting hostname...
Migrating database...
yarn run v1.22.19
$ ts-node ./migrate.ts
Done in 4.72s.
Starting production server...
Listening on port 7575 url: http://3a47af832862:7575
ERROR Unexpected response: connect ECONNREFUSED 192.168.1.11:8090
ERROR Unexpected response: connect ECONNREFUSED 192.168.1.11:5572
ERROR Unexpected response: connect ECONNREFUSED 192.168.1.11:8787
ERROR Unexpected response: connect ECONNREFUSED 127.0.0.1:80
ERROR Failed to request data from Overseerr: TypeError: Cannot read properties of undefined (reading 'map')
ERROR Failed to request users from Overseerr: TypeError: Cannot read properties of undefined (reading 'map')
TypeError: Cannot read properties of undefined (reading 'some')
at getConfig (/app/.next/server/chunks/6892.js:68:31)
My compose file looks like this:
version: '3.8'
services:
homarr:
container_name: homarr
image: ghcr.io/ajnart/homarr:latest
ports:
- "4755:7575"
volumes: - /volume1/docker/homarr:/app/data/configs
- /volume1/docker/homarr/icons:/app/public/icons
- /volume1/docker/homarr/data:/data
- /var/run/docker.sock:/var/run/docker.sock
environment: - TZ=America/New_York
restart: always
networks: - synobridge
synobridge:
external: true