hyperdx icon indicating copy to clipboard operation
hyperdx copied to clipboard

401 not authorized

Open atwskris opened this issue 10 months ago • 1 comments

When logging in it looks like it tries to go to the search page however it cycles back to the login page.

Viewing the console there are a number of 401 errors for urls such as /me /team /search etc... however there are also 200 success for urls that are of the same port but loading the config file.

Image

Image

I have attempted dozens of iterations with the .env and docker-compose itself including running make build-local.

I am sure it is something simple that I am just missing, please let me know if you need more details.

Thanks! Kris

atwskris avatar Mar 18 '25 05:03 atwskris

These types of errors typically mean that the API key is invalid or missing. Can you double check your API KEY env var?

teeohhem avatar Mar 20 '25 13:03 teeohhem