You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Exporting hostname...
Migrating database...
yarn run v1.22.19
$ tsx ./migrate.ts
Done in 1.41s.
Starting production server...
Listening on port 7575 url: http://d9e568fecb6f:7575
TypeError: fetch failed
at Object.fetch (/app/node_modules/next/dist/compiled/undici/index.js:1:26669)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async getServerSideProps (/app/.next/server/pages/manage/about.js:828:26) {
cause: ConnectTimeoutError: Connect Timeout Error
at onConnectTimeout (/app/node_modules/next/dist/compiled/undici/index.js:1:82152)
at /app/node_modules/next/dist/compiled/undici/index.js:1:81644
at Immediate._onImmediate (/app/node_modules/next/dist/compiled/undici/index.js:1:82034)
at process.processImmediate (node:internal/timers:478:21) {
code: 'UND_ERR_CONNECT_TIMEOUT'
}
}
Expected behaviour, Homarr needs to be connected to the internet to work.
We fetch some icons & external data. This will fail if Homarr can't connect.
Homarr 1.0 (see #1993) will improve on this so you no longer get an error when there is no connection.
Environment
Docker
Version
No response
Describe the problem
After deploy container work ok but saddlery stop working.
Use this yaml
version: '3'
services:
homarr:
container_name: homarr
image: ghcr.io/ajnart/homarr:latest
restart: unless-stopped
volumes:
- /run/podman/podman.sock:/var/run/docker.sock
- ./homarr/configs:/app/data/configs
- ./homarr/icons:/app/public/icons
- ./homarr/data:/data
labels:
- "traefik.enable=true"
# - "traefik.http.routers.homarr.rule=PathPrefix(
/dashboard
)"- "traefik.http.routers.homarr.rule= Host(
dashboard.skyxxx.com
)"- "traefik.http.routers.homarr.entrypoints=web"
- "traefik.http.services.homarr.loadbalancer.server.port=7575"
networks:
- traefik_net
networks:
traefik_net:
external: true
Logs
Exporting hostname...
Migrating database...
yarn run v1.22.19
$ tsx ./migrate.ts
Done in 1.41s.
Starting production server...
Listening on port 7575 url: http://d9e568fecb6f:7575
TypeError: fetch failed
at Object.fetch (/app/node_modules/next/dist/compiled/undici/index.js:1:26669)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async getServerSideProps (/app/.next/server/pages/manage/about.js:828:26) {
cause: ConnectTimeoutError: Connect Timeout Error
at onConnectTimeout (/app/node_modules/next/dist/compiled/undici/index.js:1:82152)
at /app/node_modules/next/dist/compiled/undici/index.js:1:81644
at Immediate._onImmediate (/app/node_modules/next/dist/compiled/undici/index.js:1:82034)
at process.processImmediate (node:internal/timers:478:21) {
code: 'UND_ERR_CONNECT_TIMEOUT'
}
}
Context
Please tick the boxes
The text was updated successfully, but these errors were encountered: