You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
And I am trying to set the scheduling.
But It looks InfluxDB cannot authorization properly.
I think I cannot change the datasource/influxdb so I think I cannot access properly to influxdb.
I started influxdb with localhost:8086 and set user and password for admin.
But still there is only
Network Error: Unauthorized(401)
with profer user and password.
I tested with commandline test but it is same too.
I made the master-db,
And I am trying to set the scheduling.
But It looks InfluxDB cannot authorization properly.
I think I cannot change the datasource/influxdb so I think I cannot access properly to influxdb.
I started influxdb with localhost:8086 and set user and password for admin.
But still there is only
Network Error: Unauthorized(401)
with profer user and password.
I tested with commandline test but it is same too.
jeong-gwang-il@jeongminhoui-MacBookPro Libre % curl -G http://172.30.1.38:8086/query -u amin:admin000
{"code":"unauthorized","message":"Unauthorized"}%
Can you let me know how I can access influxdb for scheduling?
The text was updated successfully, but these errors were encountered: