Same issue also with browser login. So it’s a general issue with the myopenhab service, not with the app.
I created an issue in GitHUB:
Mmmh… me too:
looking
works again!
Sorry about that, we did a small deployment that created an api endpoint to return some info on the proxy settings for our mobile clients. Unfortunately this set the host
header we send in the request to a users’s openHAB to https://home.myopenhab.org:443
instead of home.myopenhab.org:443
(its not suppose to have the protocol in it). Jetty, which is what openHAB uses for web requests, choked on this and was trying to parse it as a ipv6 address. So while openHABs where connected, http requests back to them will malformed.
I just made a fix and deployed it, things should be back to normal now or at least in a few mins when everyone connects.
Thanks Dan. Appreciate the explanation with it.