InfluxDB v2 - Could not sign in

What type of hardware are you using: VPS bought online
What YunoHost version are you running: 12.0.17
What app is this about: InfluxDB v2

Describe your issue

I tried to install InfluxDB v2, but after successful installation, I am unable to log in. All I get is “Could not sign in”.

Based on information in other threads here on the forum, I’ve also tried a very simple password consisting of just letters, but I can’t log in with that either.

Does anyone have any idea what to do about this, please?

Share relevant logs or error messages

Could not sign in

Hello @Muzzug
Try

sudo yunohost app setting influxdb_v2 protect_against_basic_auth_spoofing -v false
sudo yunohost app ssowatconf

And see

Thanks, it works!