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 am using the Prometheus plugin to integrate Backstage with Prometheus and I am encountering an 'Unexpected token' issue
Current Behavior
When configuring Prometheus with a cloud-hosted instance using proxy settings, I encountered the following error when viewing Prometheus Alerts: Unexpected token 'd', 'demopromet' is not valid JSON
Steps to Reproduce
// app-config.yamlproxy:
endpoints:
'/prometheus/api':
target: ${PROMETHEUS_URL}credentials: dangerously-allow-unauthenticated // I am using it to avoid the 401 Unauthorized error, which I had previously posted about here: https://github.com/RoadieHQ/roadie-backstage-plugins/issues/1680headers:
Authorization: Basic ${PROMETHEUS_TOKEN}
Hi Team,
I am using the Prometheus plugin to integrate Backstage with Prometheus and I am encountering an 'Unexpected token' issue
Current Behavior
When configuring Prometheus with a cloud-hosted instance using proxy settings, I encountered the following error when viewing Prometheus Alerts: Unexpected token 'd', 'demopromet' is not valid JSON
Steps to Reproduce
I am trying to debug and found that the issue occurs when executing the API below
I am not sure what I am missing or if I have misconfigured something. Any suggestions or ideas would be greatly appreciated.
My Environment
The text was updated successfully, but these errors were encountered: