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 provided the complete config and logs, rather than just providing the truncated parts based on my own judgment.
I searched issues and did not find any similar issues.
The problem can be successfully reproduced in the latest release
Description
When accessing metrics via /api/metrics endpoint, instead of prompting for Basic Auth credentials, the server returns a 401 Unauthorized error in JSON format:
{
"message": "Unauthorized",
"statusCode": 401
}
Current behavior:
Direct browser access to /api/metrics returns 401 JSON response
No Basic Auth prompt appears in browser
Browser doesn't show authentication dialog
Expected behavior:
Browser should prompt for Basic Auth credentials
After successful authentication, metrics should be accessible
Environment:
Custom metrics credentials are configured in .env:
Integrity requirements
Description
When accessing metrics via /api/metrics endpoint, instead of prompting for Basic Auth credentials, the server returns a 401 Unauthorized error in JSON format:
Current behavior:
Expected behavior:
Environment:
Additional information:
Reproduction Method
The text was updated successfully, but these errors were encountered: