Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Plugin doesn't work in grafana 9.1.5 #64

Open
rabenhayn opened this issue Sep 19, 2022 · 4 comments
Open

[Bug] Plugin doesn't work in grafana 9.1.5 #64

rabenhayn opened this issue Sep 19, 2022 · 4 comments
Labels
bug Something isn't working

Comments

@rabenhayn
Copy link

Describe the bug

There is no way to set a theme or add a theme-switcher panel.
I have also tried it in default, as well as in dark and light mode.

Version Details

  • Grafana version : 9.1.5
  • Plugin version : 0.2.1
  • Did this work in any other version of Grafana : This is my first attempt with the plugin. But it seems that it worked before.
  • What datasource you use : InfluxDB
@rabenhayn rabenhayn added the bug Something isn't working label Sep 19, 2022
@Dante4
Copy link

Dante4 commented Nov 5, 2022

It didn't worked for me too for like 30 mins. Then when i tried to add panel i received error webpage and then boom theme appeared. So my advice - restart server

@klaasw
Copy link

klaasw commented Nov 22, 2022

Grafana 9.x.x uses other hashes or build ids for grafana.light.<ID>.css and grafana.dark.<ID>.css . The id for .css doesn't meet app id. So the function export const getThemeCSSFile in utils.js gets the wrong id.

My workaround is: create a sym link in Grafana directory usr/share/grafana/public/build/
Get the wrong id from Chrome Inspector -> Network Tab when you switch the theme

ln -s grafana.light.<ID>.css grafana.light.<wrong-id>.css
ln -s grafana.dark.<ID>.css grafana.dark.<wrong-id>.css

@Robbi-Wan-Kenobi
Copy link

Hi, will this be solved?

I tried restarting the server, but after adding the panel I keep getting Error loading: yesoreyeram-boomtheme-panel

is there a workaround that does not involve making symlinks?

Grafana version : 9.1
Plugin version : 0.2.1
Did this work in any other version of Grafana : don't know
What datasource you use : InfluxDB

@codi639
Copy link

codi639 commented Mar 4, 2024

Hi, will this be solved?

I tried restarting the server, but after adding the panel I keep getting Error loading: yesoreyeram-boomtheme-panel

is there a workaround that does not involve making symlinks?

Grafana version : 9.1 Plugin version : 0.2.1 Did this work in any other version of Grafana : don't know What datasource you use : InfluxDB

Hey,
I'm waking up this topics since I have the same problem. Nothings appear to work on specific panels with Bloom Theme on Grafana 10.3.3.
I don't have any error, but a new them with this CSS:

.panel-title {
background-color: green;
}
.panel-title-container[data-testid="data-testid Panel header Uptime"] 
{
 background-color: red;
 }

Does nothing...

I can add a background image using a link.

Regards

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

5 participants