Hi @salvatoredibenedetto The way you are trying to develop your plugin is not the supported nor intended way. You don’t need to clone the grafana repository or modify any core file to develop a datasource plugin.
Thanks for your response @academo .
unfortunately with that way there is no possibility to access to the app redux or have any kind of shared context.
I would be glad to use the supported method but do you have any alternative to that?
Thanks
@academo I would like to have a context where to store data to share accross all my custom plugins.
Also since i will need to have a high level of customization of my functionalities i imagine (still not sure) i will need to access to the app redux to get/set info from there.