After I upgrade my nginx to 0.6 I can no longer access the front end of Home Assistant. I know that it’s working because I can get notifications originating from it, and hassio homeassistant logs provides me with data.
Is there anyway I can disable the hassio nginx addon so that I can access homeassistant locally while I try to diagnose the issue?
How do you access the frontend? There has been a change: access is now only possible when using the hostname that matches the used certificate. That way it’s not possible anymore to access HASS by just using the IP address.
If it’s just the nginx component that’s failing, you should still be able to access http://hassio.local:8123/ from the local network as that doesn’t go through the nginx proxy.
Thanks, looks like I’m encountering the same issue as you described. I was able to access it at :8132 on the local IP address, I believe my IP ban had prevented me from accessing that earlier.