[Bug]: [HA Addon] Frigate UI generally works through HA Ingress but issue some direct API requests w/o ingress which fail #21974
-
Checklist
Describe the problem you are havingFrigate 0.16.4 installed as an HomeAssistant addon (full access) My HA URL in local network is When using Frigate UI through Home Assistant ingress, i.e. at Fiddling with URLs, I have found that I can call that API endpoint using Ingress feature as follows: Another my observation, is that other API endpoints are correctly called using ingress, e.g. when I open logs, in dev console network tab I see correct I really not sure what feature is broken due to inability to get stream info, but that is definitely not normal I guess. Steps to reproduce
Version0.16.4-4131252 In which browser(s) are you experiencing the issue with?No response Frigate config fileWill provide upon request, it seems irrelevant for nowdocker-compose file or Docker CLI commandirrelevantRelevant Frigate log outputnone relevantRelevant go2rtc log outputnone relevantOperating systemHome Assistant OS Install methodHome Assistant Add-on Network connectionWired Camera make and modelirrelevant Screenshots of the Frigate UI's System metrics pagesirrelevant Any other information that may be helpfulNo response |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
Based on your description, this appears to be a client-side routing issue where some API requests from the Frigate UI are not correctly prepending the ingress path when running through Home Assistant's ingress proxy. When using the Home Assistant Add-on, the URL should be one of the following depending on which variant you are using(1):
The integration is designed to work through ingress, and you've confirmed that most API endpoints work correctly (like This is likely a bug in the Frigate UI's client-side code where certain API requests aren't respecting the base path configuration. You've already discovered the workaround - the endpoint works when you manually construct the full ingress URL:
Since this appears to be a UI bug specific to certain API endpoints not using the ingress path correctly, I recommend:
The issue doesn't appear to be with your configuration, but rather with how the Frigate UI constructs certain API request URLs when running under an ingress path. 📚 Sources: Have another question? Just tag @inkeep. |
Beta Was this translation helpful? Give feedback.
-
|
Thanks, go2rtc stream metadata fetching has been refactored for Frigate 0.17, so this is likely fixed by #21072, currently available in the Frigate beta add-on. If you still have issues with 0.17 RC1, let us know. |
Beta Was this translation helpful? Give feedback.

Thanks, go2rtc stream metadata fetching has been refactored for Frigate 0.17, so this is likely fixed by #21072, currently available in the Frigate beta add-on.
If you still have issues with 0.17 RC1, let us know.