I woke up today to my Flic setup not working. After quite a bit of debugging, I found out that the issue seems to be with DNS: I have a local DSN configured over DHCP, which has some *.home.local
addresses set up for the local services, and I'm triggering HTTP requests to a local service from my buttons. If I try executing a web request in the SDK to one of those addresses, I get a DnsResolveFailed
error, while if I use the IP address directly, it works.
This change happened last night, while I was asleep. Could it be some update with a regression? My Hub version is 4.2.4.
I also did try the good old rebooting of both the Hub and my router, to no avail.