Getting Login attemp invalid authentication from the IP address that is the HA Host VM?

So in the Logs, Im seeing this in the Logs:

10.1.1.165 is the Qnap NAS, running Virtualization station.
Install is completely up to date,

The HA instance in the VM is 10.1.1.171

Logger: homeassistant.components.http.ban
Source: components/http/ban.py:125
Integration: HTTP (documentation, issues)
First occurred: 6:13:20 PM (6 occurrences)
Last logged: 6:58:50 PM

  • Login attempt or request with invalid authentication from 10.1.1.165 (10.1.1.165). (Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/103.0.5060.114 Safari/537.36 Edg/103.0.1264.62)
  • Login attempt or request with invalid authentication from localhost (127.0.0.1). (Home Assistant/2022.3 (io.robbie.HomeAssistant; build:2022.358; iOS 15.5.0) Alamofire/5.4.4).

Ive got trusted networks in .yaml as such:

#customize: !include customize.yaml
auth_providers:
- type: trusted_networks
trusted_networks:
- 10.1.1.0/24
- 127.0.0.1

- type: homeassistant 

#Mobile Application
mobile_app:

Could this also be causing issues with the iOS app dropping all of its config, ( wife’s iPhone) after about an hour? - Click on the app and the ‘Welcome’ screen appears, and need to enter everything from scratch.

Need to get this sorted - Wife approval factor decreasing!

This has worked flawlessly until about a week ago.

Thanks

Jarrod.