Pings not working

I just installed Homarr yesterday and have been unable to get pings working. In the local Chrome console, I'm seeing 422 errors. Clicking on app works exactly as expected (opens the right page, can log in, etc.). It's just the ping and integrations that are not working. My internal address for these integration is: http://localhost:8181 (I've tried http://127.0.01:8181) as well. My external address (which works) is: http://<subdomain>.ddns.net:8181 I'm on version 0.14.3 of Homarr
No description
No description
Solution:
Ok. It's a known issue with the latest version: https://github.com/ajnart/homarr/issues/1784 Please wait for the next version with the fix....
GitHub
Ping Error to https on local net · Issue #1784 · ajnart/homarr
Environment Docker Version 0.14.3 Describe the problem The ping to the apps on the local network using the https protocol returns an error "unexpected response: fetch failed" The error ha...
Jump to solution
7 Replies
Manicraft1001
Manicraft10015mo ago
Hi, is 0.14.3 the first version you're running? Did you run a previous version as well?
graywolf123
graywolf1235mo ago
Yes, first version I'm running. I have not tried a previous version
Solution
Manicraft1001
Manicraft10015mo ago
Ok. It's a known issue with the latest version: https://github.com/ajnart/homarr/issues/1784 Please wait for the next version with the fix.
GitHub
Ping Error to https on local net · Issue #1784 · ajnart/homarr
Environment Docker Version 0.14.3 Describe the problem The ping to the apps on the local network using the https protocol returns an error "unexpected response: fetch failed" The error ha...
graywolf123
graywolf1235mo ago
Got it, thank you
graywolf123
graywolf1235mo ago
I notied this issue exists in version 0.14.4 as well. Now I'm seeing "Unexpected response: connect ECONNREFUSED 127.0.0.1:8181" as an example when using http://127.0.0.1:8181 as an example local URL
Xalen
Xalen5mo ago
Ping issue is gone in 14.4 I updated but initially didn't have the latest image so it was still on 14.3, pulled again and it updated to 14.4, ping issue gone
graywolf123
graywolf1235mo ago
Hmm, I'm on 14.4. I'm having ping issues on all my configured services which all use http (not https)
No description