I used this documentation to create a brand new backend datasource plugin for Grafana.
When I start Grafana with docker compose up. I define a new datasource and set it to my new plugin I got this issue :
What can cause this ?
I see nothing on the browser console or the docker logs.

I resolved the issue.
When I ran
npm run devI got this message :By creating the folder
srcin.config/webpackit solved the problem. Thenpm run devcommand ran correctly. I can now see my plugin without any issue in Grafana.