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
I'm using the application to practice instrumenting applications with observability libraries. However, when I'm trying to use the backend not on my localhost but on a VM hosted by AWS for instance, I got a 401 Unauthorized from the backend. CORS config looks ok (and I don't think it's a CORS issue since I got a 401 and not a 403). Any clue?
The text was updated successfully, but these errors were encountered:
I'm using the application to practice instrumenting applications with observability libraries. However, when I'm trying to use the backend not on my localhost but on a VM hosted by AWS for instance, I got a 401 Unauthorized from the backend. CORS config looks ok (and I don't think it's a CORS issue since I got a 401 and not a 403). Any clue?
The text was updated successfully, but these errors were encountered: