InfluxDB 2.0 in Windows10 - It's running but Powershell says: error="authorization not found"

Hello everybody,

I am noob and new to InfluxDB but managed to get it running in Windows10 and was happy.
Now there is a constant error every 10 sec in my terminal (Powershell) although InfluxDB is working.

Example:
ts=2021-08-11T10:16:47.713252Z lvl=info msg=Unauthorized log_id=0Vu8ug1G000 error=“authorization not found”
ts=2021-08-11T10:16:57.719224Z lvl=info msg=Unauthorized log_id=0Vu8ug1G000 error=“authorization not found”
ts=2021-08-11T10:17:07.724983Z lvl=info msg=Unauthorized log_id=0Vu8ug1G000 error=“authorization not found”

Anybody has an idea how to fix this?
This error wasn’t there from the start and even an uninstall and reinstall didn’t help.

@Manfred that looks to me like something is repeatedly trying to access your DB with invalid credentials. If you shut down the server and restart it with --log-level debug you should get more detailed logs about the incoming HTTP requests

Thanks for your reply.
After restarting and integrating a telegraf.conf it’s now working without this error.
I can’t tell why. But this somehow fixed it.