Login attempt or request with invalid authentication from 127.0.0.1

Hi all,

I don’t know why since few days I have my log with this message running every second.

Sun Jan 13 2019 01:01:09 GMT+0100 (Ora standard dell’Europa centrale)

Login attempt or request with invalid authentication from 127.0.0.1

I can’t understand why is localhost to send invalid authentication

Please help!

UP:

it seems related to this message:

" You need to use a bearer token to access /api/services/input_select/select_option from 127.0.0.1."

You’re running Nginx? I had tihis issue while i forgot to use use_x_forwarded_for

my HA istance is running on docker in a Synology Server. So the localhost is the one from the container not the NAS, right?

I’m also running docker on synology and seeing this same error.

Removed the base url from HTTP section of CONFIG, added trusted proxies for 127.0.0.1 and my Nas IP, and use_x_forwarded_for, which stopped the nonstop errors. However, I still get this same message but with my Nas ip instead.

Any ideas?