Open amin-basiri opened 2 months ago
i am using python influxdb client and username and password for authentication. in my case after a while my session has been expired and i have 2 choice to solve this problem 1) using token base authentication except username and password authentication (i choose this one) 2) catch exception manually and sign in again
the problem with client solved but ui crash exists and randomly influx ui crashes
About the bug
Steps to reproduce:
Expected behavior: api call works normally and i can get and set my data periodically
Actual behavior: after 3 days i got
unauthorized access
from influxdb on my service. when i try to login to influxdb on ui i gotAn InfluxDB error has occurred
Visual Proof: i got this after login from ui
About your environment
Environment info:
Config: i just use
DOCKER_INFLUXDB_INIT_MODE
,DOCKER_INFLUXDB_INIT_USERNAME
,DOCKER_INFLUXDB_INIT_PASSWORD
,DOCKER_INFLUXDB_INIT_ORG
,DOCKER_INFLUXDB_INIT_BUCKET
environment variable to launch influxdb on docker using docker composeLogs: influx db logs on docker:
api call logs from other service: