Agent healthcheck fails because it begins to call http://localhost:8080/healthcheck instead of the dozzle host at 7007 #4628
BartschLabs
started this conversation in
General
Replies: 4 comments 2 replies
|
Some exploration suggests this is an IPv6 problem. I'll see if its an easy fix. |
0 replies
|
I was wrong. I was trying to use |
0 replies
|
@BartschLabs my agent has been running for 2 days. It's been healthy. I am not sure what's happening in your case. I made some improvements in #4617 but I wasn't able to reproduce anything in |
2 replies
|
Gonna move to this discussion. I don't think it's a bug on my side. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
🔍 Check for existing issues
How is Dozzle deployed?
Agents
📦 Dozzle version
10.3.0
✅ Command used to run Dozzle
My docker-compose.yml:
🐛 Describe the bug / provide steps to reproduce it
The error that shows up in the health check log is:
Whereas a healthy dozzle agent health check log is:
To reproduce, I just have to leave the particular dozzle agent container running for hours or days and then it eventually happens.
💻 Environment
📜 Dozzle logs are required for debugging purposes. You may need to enable debug mode. See https://dozzle.dev/guide/debugging.
Attached is a log where the agent is working correctly. Wouldn't you know that by enabling debug and restarting the agent, it started working correctly...but will eventually start exhibiting the problem. I'll add the log entries once that starts happening.
dozzle-agent-2026-04-11T23-52-46.log
📸 If applicable, add screenshots to help explain your bug
No response
All reactions