siteMonitor shows error but curl GET works inside the container #4660
-
DescriptionProblem: siteMonitor worked perfectly fine for me when completely internal, moved to behind SWAG and nginx, and now the siteMonitor (with an internal bound IP address) only shows ERROR. Read the docs and it says that siteMonitor uses a HEAD or a GET request. Installed curl within the container.
Why is the GET request not showing status? homepage versionv0.10.9 (b5f4daa, Jan 6, 2025) Installation methodDocker Configuration- homepage.siteMonitor=http://192.168.7.106:65471/sonarr Container Logs
Browser LogsNo response Troubleshooting
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 14 replies
-
Please check them |
Beta Was this translation helpful? Give feedback.
-
This discussion has been automatically closed because it was marked as answered. See our contributing guidelines for more details. |
Beta Was this translation helpful? Give feedback.
Okay, I figured it out, your tooltip shows the 401, while mine says error. Soo I went and check the swag config and sure enough siteMonitor wasn't being forwarded...
so the frontend doesn't log an error or show a meaningful error when an /api/* isn't reachable. Worth a fix?