Sudden time out
Approximately a week ago I noticed EVERY container is timing out. I haven't changed anything that I can think of.
I'm seeing a lot of
I'm seeing a lot of
fetch error
related log entries. I found one other post related to this, but the fix was not applicable to me.51 Replies
Thank you for submitting a support request.
Depending on the volume of requests, our team should get in contact with you shortly.
⚠️ Please include the following details in your post or we may reject your request without further comment: - Log (See https://homarr.dev/docs/community/faq#how-do-i-open-the-console--log) - Operating system (Unraid, TrueNAS, Ubuntu, ...) - Exact Homarr version (eg. 0.15.0, not latest) - Configuration (eg. docker-compose, screenshot or similar. Use ``your-text`` to format) - Other relevant information (eg. your devices, your browser, ...)
❓ Frequently Asked Questions | Homarr documentation
Can I install Homarr on a Raspberry Pi?
!qa required_data
Thank you for your question. Our support team has noted that your request does not meet the minimum required data so we are unable to answer your question.
Please provide:
- your Homarr logs
- your setup configuration (eg. docker compose, docker run, helm chart, screenshot, ...)
- A detailed description of your problem or question with additional images where necessary
- Your operating system
- Version of Homarr (do not say latest! say 0.15.2, ...)
Failure to comply with this will result in a permanent closure of your support request.
Using Unraid docker.
Can you open the terminal of the container and execute a
curl
or wget
from within the container?Do you use tailscale?
also sounds like a DNS issue
No.
Might have to expand on this a bit.
Can you set the DNS in the docker settings?
I have had the same issue when my DNS settings got changed by tailscale
Where's this?
Are you using docker compose?
Just unraid docker.
I don't use that, but it should be a setting https://forums.unraid.net/topic/102067-solved-where-to-configure-docker-dns/
Unraid
(Solved) Where to Configure Docker DNS?
Where can DNS be configured in a docker container on a bridge network with static IP? I see where the IP address is configured, but not DNS. I don't have a DHCP server on this subnet, and it is not using the Unraid host network, so it can't use the DNS of the Unraid box. I need to assign DNS serv...
I still can't figure it out - I enabled VLANs on docker settings for a specific docker. I disabled the VLANs, put the settings back, now I'm running into the same issues.
Homarr worked great up until then, now it just times out
Did you perform an update? (Unraid, your router, Homarr, ....)
Router auto-updates itself, so that's absolutely possible. Don't think unraid has been updated. Homarr could have been updated, it is also auto-update
I haven't asked about this error because I was think it did update itself, had a bug and figured it would just get hotfixed later or something
We currently do not relase any updates as we're working on 1.0. So if an update broke your setup, it's likely from a different component.
Have you tried resolving the hostnames from inside the container?
I'm a knuckledragger - resolve hostnames?
https://nas.jehlybean.com
-> nas.jehlybean.com is a hostname which must be resolved by DNS.
It could be possible that Homarr can't reach the DNS. Can you please check that?How do you check something like that? I tried to use ping and that was ineffective
From within the console
Unraid UI -> Apps -> Click on Homarr -> Shell / Terminal -> Write
curl https://nas.jehlybean.com
-> Hit enter -> Screenshot result and send hereTry replacing curl with wget
Ok, now execute
rm index.html
. So this is from inside the Homarr container?Correct
I ran the line.
Can you send a screenshot of your Unraid App config? (where you configure Homarr)
What is the docker network? You usually use br0 in Unraid
It's just a docker network.
At this point, not sure why I even used it.
Yes, but does this network have access to the other containers?
Yes
Can you change it to br0 and try again?
It requires an IP if I do that.
I put it on host? or bridge?
bridge
Sorry I meant bridge, not br0. Haven't used Unraid in a long time
Yeah same issue
Same errors in the log?
Do you use a reverse proxy?
Yes, but I'm also connecting directly to container
Through port
Can you try to change on of the app links to the container name insted?
eg. http://radarr:myport
Tried that on radarr, nada :/
Then I don't know what else we could try
Bummer, well thanks for trying :/
This is 100% dns
@Wanhack I agree but how could wget resolve but Homarr not?
Did he check the /etc/network/interface?
Hi guys. I get the same error. The Docker Container gets then unhealthy. I need to restart it
[next-auth][error][CLIENT_FETCH_ERROR]
https://next-auth.js.org/errors#client_fetch_error fetch failed {
error: {
message: 'fetch failed',
stack: 'TypeError: fetch failed\n' +
' at Object.fetch (/app/node_modules/next/dist/compiled/undici/index.js:1:26669)\n' +
' at process.processTicksAndRejections (node:internal/process/task_queues:95:5)',
name: 'TypeError'
},
url: 'http://24eb42ed8d13:7575/api/auth/session',
message: 'fetch failed'
}
Errors | NextAuth.js
This is a list of errors output from NextAuth.js.
I am using Authentik and OIDC in homar. I not sure but i think the Problem startet after implementing OIDC
This seems like a completely unrelated issue. Please open your own ticket.
he has one on github