[SOLVED] Data not received by influxdb v2 - no logs

Hey everyone,

I am trying to make sure I persist sensors state to an influxdb. I do not know what I am doing wrong. I do not see any logs neither data…

Here is my home assistant configuration: home-assistant/homeassistant.yaml at 27319ac7965cebb1bec7b7f8de1e4fc8edc472cc · clempat/home-assistant · GitHub

Here is my influxdb configuration: home-cluster/docker-compose.yaml at 775ef2ecdeeeebe3a0790c7418220cd2266043f8 · clempat/home-cluster · GitHub

Here is the reverse proxy: home-cluster/ingress.yaml at 775ef2ecdeeeebe3a0790c7418220cd2266043f8 · clempat/home-cluster · GitHub

Accessing the influxdb instance UI working as expected and the default bucket has data.

Does anyone can see any miss configuration or a way to see more logs?

Ok, I found out what is my issue. It has nothing to do with Home Assistant. My configuration failed to update, which mean it was running an outdated version without influxdb configuration.