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
Steps to reproduce:
List the minimal actions needed to reproduce the behavior.
after upgrading the influx container to later version , trying to use the same chrome to log back in to the console and getting an error http://xxxx:8086/api/v2/me
401 Unauthorized
{"code":"unauthorized","message":"unauthorized access"}
Expected behavior:
should ask me to login
Actual behavior:
{"code":"unauthorized","message":"unauthorized access"}
Visual Proof:
see error above
About your environment
Environment info:
Linux 5.4.0-1103-aws x86_64
previous docker image 4bc5178d3c0c
current docker image 79205bbc68d3
Config:
Logs:
Performance:
Generate profiles with the following commands for bugs related to performance, locking, out of memory (OOM), etc.
# Commands should be run when the bug is actively.# Note: This command will run for at least 30 seconds.
curl -o profiles.tar.gz "http://localhost:8086/debug/pprof/all?cpu=true"
curl -o vars.txt "http://localhost:8086/debug/vars"
iostat -xd 1 30 > iostat.txt
# Attach the `profiles.tar.gz`, `vars.txt`, and `iostat.txt` output files.
The text was updated successfully, but these errors were encountered:
About the bug
Steps to reproduce:
List the minimal actions needed to reproduce the behavior.
after upgrading the influx container to later version , trying to use the same chrome to log back in to the console and getting an error
http://xxxx:8086/api/v2/me
401 Unauthorized
{"code":"unauthorized","message":"unauthorized access"}
Expected behavior:
should ask me to login
Actual behavior:
{"code":"unauthorized","message":"unauthorized access"}
Visual Proof:
see error above
About your environment
Environment info:
Linux 5.4.0-1103-aws x86_64
previous docker image 4bc5178d3c0c
current docker image 79205bbc68d3
Config:
Logs:
Performance:
Generate profiles with the following commands for bugs related to performance, locking, out of memory (OOM), etc.
The text was updated successfully, but these errors were encountered: