You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Production server detection fails then because it's requiring either of these two conditions that are not fulfilled because lovelylain/hass_ingress is building ingress URL like /api/ingress/[app_name].
I would suggest to add another condition location.href.includes("/api/ingress/").
Thanks in advance.
The text was updated successfully, but these errors were encountered:
Production server detection doesn't cover following use case.
/var/lib/homeassistant/ingress/matter_server.yaml
Production server detection fails then because it's requiring either of these two conditions that are not fulfilled because
lovelylain/hass_ingress
is building ingress URL like/api/ingress/[app_name]
.I would suggest to add another condition
location.href.includes("/api/ingress/")
.Thanks in advance.
The text was updated successfully, but these errors were encountered: