Just had this problem crop up: on iOS when logging into my HA instance - I manually type the URL of my HA and I get a Safari window which gives the error:
Safari cannot open the page because it could not connect to the server.
I’ve granted permissions to talk to devices on my local network.
If I try outside of my network, I get this error:
NSURLErrorDomain - 1020
I can also see that if I use Firefox on the same device, I can access the HA web UI just fine. However with Safari, I get strange issues where it’ll either refuse to connect entirely - or load some assets (images) but can’t access the API.
I’ve tried deleting the cache from Safari - no difference.
I’ve tried enabling and disabling Location services (which apparently makes a difference) - it didn’t help.
I’ve tried disabling Limit IP Address tracking on my wifi.
I’ve tried checking that Private Relay is disabled - it is.
One thing to note is that I have split DNS - so outside of my network the hostname it points at my public IP, but inside it points to the server itself. I don’t know whether this is confusing Safari somehow.
At this point I can still use Firefox to access it, but that’s not ideal.
Any ideas?