question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Plugin error in Grafana 7.4

See original GitHub issue

Hi,

After upgrading Grafana from 7.3.x to 7.4 some existing diagram panels show the following error in the top left corner:

Minified React error #130; visit https://reactjs.org/docs/error-decoder.html?invariant=130&args[]=undefined&args[]= for the full message or use the non-minified dev environment for full errors and additional helpful warnings.

2021-02-09_17-59

The only way to get it working again was duplicating the “good” panels and changing the queries/configuration to show the same data than the broken panels.

If you try to create a new dashboard with an empty Diagram Panel it shows the error too.

How to reproduce it: It happens too installing a new instance of Grafana on Docker using the image version grafana/grafana:7.4.0, installing the 1.7.1 version of the Diagram Panel, creating a new dashboard and adding a Diagram panel.

Hope it helps. Thanks.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:15
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

9reactions
marcusolssoncommented, Feb 16, 2021

This is unfortunately due to an API breakage in Grafana 7.4. The Legend components used in this plugin should’ve been marked as internal by the Grafana team, as they weren’t yet ready for the prime time. Instead they were exported, allowing plugin authors to discover, and to (rightfully) use them.

With https://github.com/grafana/grafana/pull/30165, these components were removed in favor of VizLegend. The error is a result of the plugin using components that have been removed.

I’ll update this when as I learn more about how we can fix this.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Error handling | Grafana documentation
Error handling This guide explains how to handle errors in plugins. Provide usable defaults Allow the user to learn your plugin in small...
Read more >
Release notes for Grafana 7.4.0
In this webinar, learn how to leverage Grafana's plugin ecosystem for access to 80+ data sources, including plugins for Datadog, Splunk, MongoDB, and...
Read more >
Plugin management | Grafana documentation
If a plugin is unsigned, then Grafana does not load nor start it. To see the result of this verification for each plugin,...
Read more >
Legacy plugins | Grafana documentation
New versions of Grafana can sometimes cause plugins to break. Check out our PLUGIN_DEV.md doc for changes in Grafana that can impact your...
Read more >
Signature has been modified regarding plugins - Alerting
Microsoft Windows Server 2019 Grafana 7.4.0 What are you trying to achieve? ... I have the same error for Zabbix plugin: Modified signature....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found