Remote login through nginx proxy fails

So I had this working before but for some reason after updating I can not find out why I am no longer able to login externally, I have setup the nginx proxy manager (on ip 10.10.10.7) with websockets support and I have the following lines in my config

http:
use_x_forwarded_for: true
trusted_proxies:

  • 10.10.10.7/32
    ip_ban_enabled: true
    login_attempts_threshold: 5

When I try to login it shows invalid username or password and a log entry

 Logger: homeassistant.components.http.ban
Source: components/http/ban.py:80
Integration: HTTP (documentation, issues)
First occurred: 09:44:46 (1 occurrences)
Last logged: 09:44:46
Login attempt or request with invalid authentication from static.kpn.net (188.202.17.148). Requested URL: '/auth/login_flow/0228a4f18a3c5f546480bbc64c94968c'. (Mozilla/5.0 (iPhone; CPU iPhone OS 16_4_1 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.4 Mobile/15E148 Safari/604.1)

Login only from local is off obviously for the account I am trying.

Not sure about the “/32” part in your config.
Did you try without and only with the IP?