Link to file url

I am trying to link a html file to open it on the browser. I am trying to do that with the text panel that and a href element that navigates to the html page. But the problem is that I always end up on the grafana dashboard again when I try to reach the html page. I think the problem is that the url to the html file begins with „file://“ instead of „https://“. When I link to „https://google.com“ for example the link works fine. how can I fix that issue? Thank you already!

2 Likes

Hello,
I have the same problem. When I try to open a folder of my network share, nothing happens. This error appears when clicking the data link:

Uncaught TypeError: Location.href setter: Access to 'file:///network/share/folder/' from script denied.
    pl interceptLinkClicks.ts:29

I am on Grafana version 8.5.2

1 Like