What does your router say? Are you all really on the same network / subnet? I once left hotspot on my phone on and things connected in a way that produced very similar symptoms.
Having the same issue on X86 install
after updating HA, I donāt have access.
Same here. Working for years, now out of the sudden the local acces is gone:
What is working:
- home.mydomain.com:8123 from outside web
- Healtstate via local lan@ http://192.168.42.42:4357/
- ESPhome nodes internally, all automations running
- ssh command line
- SMB to file share
What is not working:
- Local IP connection @ https://192.168.42.42:8123/ (unable to connect screen)
- local domainname connection: https://homeassistant.local:8123/lovelace (unable to connect)
- iOS App from LAN: hostname could not be found
The only thing which I see to be changed is a new SSL certificate.
HA ist running on Proxmox in a Unifi network with Pihole DNS. So far it was no problem.
EDIT: Working again.
Solution: update HA to latest version 2024.05 to 2024.06. (via command shell)
has it been consistent since the upgrade?
i havent had an issue for years, and then the past few days i havent been able to login via my PC at all, and from my phone, randomly. but my tablet which is wall mounted doesnt seem to have an issue at all.
iv updated everything but to no success
Same here, I canāt log in to Ha anymore since the last update
@me.remedi Could your issue be related to Alexa Media Player memory leak? either disable, roll it back or remove (Alexa Media Player) it may get you back on line.
For the HA 2024.10.1 update
Same here! I just updated the Alexa Media Player integration and now I canāt log in either. I can see that my Rpi4 is connected to my network, but nothing works to connect. How can I disable this without access to my HA instance?
Mac user here. I had a similar issue. Turned out to be browser related. Even through I granted Chrome the access to find devices on the local network, it just didnāt succeed. I had to switch to Safari, which worked fine for the homeassistant.local:8123 address. Just sharing my experience as might be useful for someone else.
I was dealing with a similar issue immediately after switching to a static IP through the settings UI on a fresh HAOS install on a Proxmox VM.
Using ānetwork infoā in the CLI, I noticed that the IP address had been set with a /32 CIDR suffix rather than /24. Changing it to /24 fixed the problem.
I hope this is helpful to anyone else who runs into this problem.