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
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


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.
Please wait for the next version with the fix.
GitHub
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...