Ingress (add-ons) no longer opening behind reverse proxy [solved]

Hi – I have been using a separately hosted docker container (Nginx proxy manager) to reverse proxy into my home installation. It has been working for several years, until I upgraded to the latest Supervisor (2022-01) today. Now, when I open up my add-on page remotely, I get a blank page or an error that add-ons cannot be opened.

I have emptied my browser cache and everything works fine locally. Anyone happen to have the same issue or fix? Thanks

If you’re using Firefox, you may need to disable Enhanced Protection Tracker for the HA site. It can cause issues accessing addons through Ingress. Otherwise, it will help if you specify which addons you’re having trouble with.

I believe the IP address for my docker container changed for some unknown reason(?) The problem appears to be fixed after updating my config section. Thanks for replying

http:
  use_x_forwarded_for: true
  trusted_proxies:
    - 172.17.0.0/24
    - 172.30.33.0/24 #New
    - 192.168.1.0/24
    - 192.168.0.0/24
1 Like