Datasource plugin not refreshing

Hey there,

I’m trying to develope a datasource plugin with Typescript and currently trying to troubleshoot a problem. I just put a console.log() message inside testDatasource() and it appears in the developer tools (using firefox) when I click on Test and Save. Problem is, I changed the content of the console.log() but Grafana stills shows the old one. I checked and double checked that the code in the dist folder is also updated after compiling. I also restarted grafana, but it still showing the old message. Am I doing something wrong? Is there something else I have to consider?

Thanks in advance!

Julia

Try disable cache in Chrome dev tools network tab

Thanks torkel, that was it! :slight_smile:

Best,

Julia