Hi,
I have problem with Grafana 8.1.2 since I upgraded this evening.
The problem only on agenty-flowcharting-panel v0.9.1 that not shown the image properly. Then I downgraded Grafana to 8.1.1 and the panel worked as expected.
When I upgraded to 8.1.2, I ran grafana-cli plugins update-all but no luck with the panel, still missing the image.
Regards,
Fadjar Tandabawana
Hi Fadjar,
I think this is a bug. I can load that plugin on 8.1.1 via a Docker Compose but not via the plugin admin. I think we should report it in the repo.
Good news, I got the plugin to load on 8.1.2 using this docker compose and the ENV config for loading the plugin:
version: "3"
services:
grafana:
image: grafana/grafana:8.1.2
ports:
- 3000:3000
environment:
GF_AUTH_ANONYMOUS_ENABLED: 1
GF_AUTH_ANONYMOUS_ORG_ROLE: Admin
GF_INSTALL_PLUGINS: agenty-flowcharting-panel
1 Like
@fadjar340
You’ve probably noticed this but it seems that the issue is fixed on main
1 Like
Hello,
Before i am using grafana 8.3.3. that show the image properly
I upgraded to grafana version 9.1.4.I have installed those plugins agenty-flowcharting-panel-0.9.0.zip,agenty-flowcharting-panel-1.0.0b-SNAPSHOT.zip,agenty-flowcharting-panel-1.0.0d.220606199-SNAPSHOT.zip in grafana version 9.1.4, that not shown the image properly. Could you please check this issue
? @fadjar340 @mattabrams