I am a beginner in Grafana. I am currently using version 7.5 of Grafana. Following the steps below, I created a SceneApp project. However, when I open my plugin in Grafana, it keeps displaying “loading…”. I don’t understand why. Could you please provide some guidance? Thank you.
- Created a SceneApp using “yarn create @grafana/plugin”.
- Ran “yarn install”.
- Ran “yarn build”.
- Copied the contents to “data/plugin” on disk.