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
grafana oncall plugin is not able to connect to grafana oncall engine when using the docker compose file (hobby environment). We get the following error when trying to connect it :
Plugin is not connected
jsonData.stackId is not set
echo "DOMAIN=http://localhost:8080
# Remove 'with_grafana' below if you want to use existing grafana
# Add 'with_prometheus' below to optionally enable a local prometheus for oncall metrics
# e.g. COMPOSE_PROFILES=with_grafana,with_prometheus
COMPOSE_PROFILES=with_grafana
# to setup an auth token for prometheus exporter metrics:
# PROMETHEUS_EXPORTER_SECRET=my_random_prometheus_secret
# also, make sure to enable the /metrics endpoint:
# FEATURE_PROMETHEUS_EXPORTER_ENABLED=True
SECRET_KEY=my_random_secret_must_be_more_than_32_characters_long" > .env
aristide-moonce
changed the title
grafana oncall plugin can't connect to grafana oncall engine "jsonData.stackId is not set"
grafana oncall plugin OSS can't connect to grafana oncall engine self hosted "jsonData.stackId is not set"
Nov 29, 2024
What went wrong?
What happened:
See the following screenshot :
What did you expect to happen:
How do we reproduce it?
Just follow the getting started in the readme for the hobby environment : https://github.com/grafana/oncall?tab=readme-ov-file#getting-started
Connect to grafana : login to http://localhost:3000 with admin/admin
Enable the grafana oncall plugin and try to connect it to the backend at the address
http://localhost:8080
Grafana OnCall Version
v1.13.5
Product Area
Helm/Kubernetes/Docker
Grafana OnCall Platform?
Docker
User's Browser?
No response
Anything else to add?
No response
The text was updated successfully, but these errors were encountered: