I am developing this plugin and i got this error , is there anyone who faced this problem and know how to solve it please
Have you changed the value of
allow_loading_unsigned_plugins
setting?
From Grafana documentation:
Enter a comma-separated list of plugin identifiers to identify plugins to load even if they are unsigned. Plugins with modified signatures are never loaded.
We do not recommend using this option. For more information, refer to Plugin signatures.
yes in my docker compose I have : environment:
GF_PLUGINS_ALLOW_LOADING_UNSIGNED_PLUGINS:”the id of my plugin ”
