After updating to Home Assistant OS 6.2 can't log on remotely

After updating to Home Assistant OS 6.2 i can’t log on remotely via external URL. Internal URL is working fine. I am using the NGINX proxy manager that is started and functions ok. What is now really problem with this version and can i downgrade it to 6.1 maybe or is that needed to solve the problem?

i had this one on the config, also removed that but not helped.

http:
use_x_forwarded_for: true
trusted_proxies:
- 127.0.0.1
- 172.xx.xx.xx # IP address of the proxy server
- ::1

If you are using reverse proxy, the following line is not optional-

http:
  use_x_forwarded_for: true
  trusted_proxies:
    - 172.30.33.0/24

Try using 172.30.33.0/24 - maybe you install new addons that changed proxy server IP address.

1 Like