Recently moved — DDNS + Nginx Proxy Manager no longer working for HA access

At my old home, this worked fine. Since arriving at my new home, I’ve been having some difficulties with Home Assistant though. I can’t access the external URL regardless of device or connection (e.g. laptop on ethernet and phone on mobile).

To be clear, I can still access other things (e.g. Jellyfin, which I host using the Home Assistant add-on) using my DDNS and Nginx Proxy Manager, so it’s not an issue with either of them. There’s something going on weird with my Home Assistant install specifically

I already have the following in my configuration.yaml:

http:  
  use_x_forwarded_for: true
  trusted:proxies:
    - 172.30.33.7
    - 172.30.33.0/24

I checked my log and do have a “A request from a reverse proxy was received…” error, and the internal IP is the same as the above.

I’ve tried restarting Home Assistant, but the problem persists.

I should not that hardware-wise, the only change to my setup with moving is that I got a new router.

I am using Home Assistant OS.

What am I doing wrong?

Well, now it’s working. Wtf