I suddenly cant access HA from outside my local network. (from cellular) In other words… The companion app cant access HA.
Port forward is setup (as before when it was working) and working ok according to port checking tools.
Also if I setup another port forward to something else on my network, its working.
I´ve updated everything in HA and ive installet duckdns with letsencrypt.
Did you recently updated Home Assistant to 2021.7+?
If yes and you are also using reverse proxy (such as Nginx), you need to configure reverse proxy by adding the following line in your configuration.yaml-
http:
use_x_forwarded_for: true
trusted_proxies:
- 172.30.33.0/24 #Replace this with the IP address of your proxy server that shows up in your error logs