Error configuring SQLite plugin!

Hi everyone, I get an error when a save and test the settings in order to cinfigure SQLite plugin.
I’ll paste the message here.
Thanks in advance.

<!doctype html> Hosted Grafana - Connection Error html { font-family: sans-serif; /* 1 / -ms-text-size-adjust: 100%; / 2 / -webkit-text-size-adjust: 100%; / 2 */ } body { margin: 0; } a { background-color: transparent; } a:active, a:hover { outline: 0; } img { border: 0; } svg:not(:root) { overflow: hidden; } * { box-sizing: border-box; } html { height: 100%; } body { font-family: ‘PT Sans’, sans-serif; font-weight: normal; font-style: normal; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; background: #262626; color: #898989; line-height: 1.4; min-height: 100%; display: flex; flex-direction: column; } a { color: #f7941d; text-decoration: none; } .page-section { margin: auto 0; } .page-footer .meta { font-size: .75rem; text-align: center; } .hg-fallback–container { margin: 40px 40px; padding: 3rem; background: #262626; border: 1px solid #f7941d; border-image: linear-gradient(to right, #ffed00 0%, #f26529 75%); border-image-slice: 1; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); text-align: center; } .g-recaptcha { display: inline-block; } @media (min-width: 62rem) { .hg-fallback–container { width: 810px; margin: 40px auto; } } .hg-fallback–container * { -webkit-transform: scale(0.9) } .hg-fallback–icon { margin: 0 auto 0.625rem; width: 14.0625rem; height: 6.25rem; } .hg-fallback–headline { margin: 0 0 1.25rem 0; color: #fefefe; font-size: 1.5rem; font-style: italic; font-weight: 400; } @media (min-width: 40.625rem) { .hg-fallback–headline { font-size: 2.25rem; } } .hg-fallback–headline > b { color: #f7941d; font-weight: 400; }

Based on this discussion, it appears that this community plugin is not supported yet for Grafana 8, which is likely what your Grafana Cloud version is. You can find your Grafana Cloud version by hovering your mouse over the question mark icon in the bottom left of your Grafana instance.

Grafana v8 is supported now. But I am not sure if the plugin (which relies on the local file system) makes sense in a Grafana Cloud installation

1 Like

Thanks for the update! In hindsight, my earlier response in July wasn’t quite correct in that the issue wasn’t the Grafana version but the hosted Grafana environment that is incompatible.

I think the Grafana Plugins catalogue needs a filter to differentiate plugin compatibility for user managed Grafana OSS/Enterprise environments from the hosted Grafana Cloud environment. Either that or ensure that plugins intended for a local Grafana cannot be installed in Grafana Cloud.

I’ve brought this feedback to the team so hope to see this updated in future development!

This topic was automatically closed after 365 days. New replies are no longer allowed.