Description
Describe the bug a clear and concise description of what the bug is.
After installing prometheus / Grafana into my k3s cluster I try to import a dashboard and get the folloiwng error:
`ror: Minified React error #31; visit https://reactjs.org/docs/error-decoder.html?invariant=31&args[]=object%20with%20keys%20%7Bstatus%2C%20statusText%2C%20data%2C%20config%2C%20traceId%7D for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
span
45565/f<@https://grafana-prox.mikeventarola.net/public/build/7836.125f6c2757ee541f83cc.js:1:177497
div
90231/g<@https://grafana-prox.mikeventarola.net/public/build/7836.125f6c2757ee541f83cc.js:1:142961
div
90231/g<@https://grafana-prox.mikeventarola.net/public/build/7836.125f6c2757ee541f83cc.js:1:142961
div
37000/c<@https://grafana-prox.mikeventarola.net/public/build/355.99c61a8a485bbdf597fd.js:7:8664
af@https://grafana-prox.mikeventarola.net/public/build/355.99c61a8a485bbdf597fd.js:1560:115520
div
48583/g<@https://grafana-prox.mikeventarola.net/public/build/7836.125f6c2757ee541f83cc.js:1:145168
div
of@https://grafana-prox.mikeventarola.net/public/build/355.99c61a8a485bbdf597fd.js:1560:116237
main
div
div
div
tf@https://grafana-prox.mikeventarola.net/public/build/355.99c61a8a485bbdf597fd.js:1560:112104
uf@https://grafana-prox.mikeventarola.net/public/build/355.99c61a8a485bbdf597fd.js:1560:117047
u@https://grafana-prox.mikeventarola.net/public/build/355.99c61a8a485bbdf597fd.js:288:202218
x@https://grafana-prox.mikeventarola.net/public/build/9890.2f086d4a8fdbd47b8d24.js:284:4597
Ot@https://grafana-prox.mikeventarola.net/public/build/9890.2f086d4a8fdbd47b8d24.js:284:12219
ht@https://grafana-prox.mikeventarola.net/public/build/9890.2f086d4a8fdbd47b8d24.js:284:11635
Wt@https://grafana-prox.mikeventarola.net/public/build/9890.2f086d4a8fdbd47b8d24.js:275:18353
P@https://grafana-prox.mikeventarola.net/public/build/355.99c61a8a485bbdf597fd.js:5:194363
nt@https://grafana-prox.mikeventarola.net/public/build/9890.2f086d4a8fdbd47b8d24.js:284:28185
Cc@https://grafana-prox.mikeventarola.net/public/build/355.99c61a8a485bbdf597fd.js:1560:118490
div
wl@https://grafana-prox.mikeventarola.net/public/build/355.99c61a8a485bbdf597fd.js:1560:62596
S@https://grafana-prox.mikeventarola.net/public/build/9890.2f086d4a8fdbd47b8d24.js:171:9114
h@https://grafana-prox.mikeventarola.net/public/build/9890.2f086d4a8fdbd47b8d24.js:423:139686
b@https://grafana-prox.mikeventarola.net/public/build/3196.0d4b1a0bf9502490c781.js:176:35818
f@https://grafana-prox.mikeventarola.net/public/build/7836.125f6c2757ee541f83cc.js:24:12165
p@https://grafana-prox.mikeventarola.net/public/build/355.99c61a8a485bbdf597fd.js:12:145768
s@https://grafana-prox.mikeventarola.net/public/build/355.99c61a8a485bbdf597fd.js:12:146277
et@https://grafana-prox.mikeventarola.net/public/build/3196.0d4b1a0bf9502490c781.js:180:553
mf@https://grafana-prox.mikeventarola.net/public/build/355.99c61a8a485bbdf597fd.js:1560:120298`
What's your helm version?
v3.16.4
What's your kubectl version?
Client Version: v1.31.4 Kustomize Version: v5.4.2 Server Version: v1.31.4+k3s1
Which chart?
kube-prometheus-stac
What's the chart version?
69.6.0
What happened?
I am able to login to Grafana and view charts that were supplied with install.
When trying to import a new dashboard I get the following errors:
Error: Minified React error #31; visit https://reactjs.org/docs/error-decoder.html?invariant=31&args[]=object%20with%20keys%20%7Bstatus%2C%20statusText%2C%20data%2C%20config%2C%20traceId%7D for the full message or use the non-minified dev environment for full errors and additional helpful warnings.
What you expected to happen?
No response
How to reproduce it?
No response
Enter the changed values of values.yaml?
No response
Enter the command that you execute and failing/misfunctioning.
helm install -n monitoring prometheus prometheus-community/kube-prometheus-stack -f values.yaml
Anything else we need to know?
No response