homarr: ENOTFOUND error after updating to 0.12.2
Environment
Docker
Version
0.12.2
Describe the problem
Hi, I just pulled the latest image but when I try to start the container I get the error:
Invariant: failed to start render worker Error: getaddrinfo ENOTFOUND mydomain
I’m using a Synology NAS hosted on mydomain.synology.me
, I think the mydomain
part of the error is referred to the URL above as I also tried to restart the container without a config file to make sure it’s not a config issue.
Logs
Invariant: failed to start render worker Error: getaddrinfo ENOTFOUND mydomain
at GetAddrInfoReqWrap.onlookup [as oncomplete] (node:dns:109:26) {
errno: -3008,
code: 'ENOTFOUND',
syscall: 'getaddrinfo',
hostname: 'mydomain'
}
Context
As reported above, I tried to restart the container without a config file but I’m still getting the same issue.
It shouldn’t be an issue on the hosting configuration as it worked with the previous version before the update.
Please tick the boxes
- I confirm that I attached the proper logs
- I’ve read the docs
- I’ve checked for duplicate issues
- I’ve tried to debug myself
About this issue
- Original URL
- State: closed
- Created a year ago
- Comments: 30 (12 by maintainers)
I’ll try to bump the version to nodejs 20.3 first. Because it could also be an issue with nodejs 20.0
Might be related to https://github.com/vercel/next.js/issues/44384
will investigate. @manuel-rw maybe the renovate PR to bump the node version introduced this ? We didn’t get it since we’re using the local version with a different node version. It seems that fetch is broken somehow ?