helm-dashboard icon indicating copy to clipboard operation
helm-dashboard copied to clipboard

After upgrading to 0.2.8 Installed Charts list is empty

Open mc-zact opened this issue 2 years ago • 8 comments

I was on 0.2.6 as the is no binary available for 0.2.7, upgraded to 0.2.8 and the list of charts is now empty:

image

I have 4 charts installed but can't list them (tried reset cache, private, different browsers and it always fails) image

Reverting to 0.2.6 fixes the problem

P.S: This is on macOS Ventura usign the binaries provided here in "releases" btw and the screen are from firefox, although I can repo in safari and chrome

mc-zact avatar Dec 09 '22 13:12 mc-zact

0.2.8 introduced some namespace filtering, together with data caching. Do you see a list of namespaces on the left in 0.2.8?

undera avatar Dec 09 '22 22:12 undera

No this is empty too:

image

There are indeed several namespaces including "default"

mc-zact avatar Dec 09 '22 22:12 mc-zact

Oh interesting but they are there although css style is set to "display-none" clearing the cache does not seem to help though

image

mc-zact avatar Dec 09 '22 22:12 mc-zact

One more question: do you have something in your address bar for filterNamespaces=... parameter?

undera avatar Dec 10 '22 10:12 undera

Nope just the default URL when helm-dasboard starts: http://localhost:8080/#context=gke_XXXXXX

mc-zact avatar Dec 10 '22 12:12 mc-zact

@mc-zact Do you see any errors in the JavaScript console?

ronahk avatar Dec 11 '22 16:12 ronahk

Hi,

Just had the same issue and I disabled the ad blocker and it now shows all the charts.

TalZiv avatar Dec 16 '22 08:12 TalZiv

Been a bit busy this week @ronahk I do see erros in the JS console that I did not notice at the time:

    Uncaught TypeError: elm.chart.match(...) is null
    buildChartCard http://localhost:8080/static/list-view.js:49
    loadChartsList http://localhost:8080/static/list-view.js:14
    loadChartsList http://localhost:8080/static/list-view.js:13
    jQuery 4
        c
        fireWith
        l
        o

Not sure that's the same issue @TalZiv I use Firefox in strict mode if there was a block I would see it in the console to, and I'm not using any 3rd party ad blocker, also curious why your ad-blocker would block any resources,, would that be because of datadog monitoring?

mc-zact avatar Dec 16 '22 16:12 mc-zact

The new release 1.0 has changed a bit the logic of handling the namespaces. Could somebody test if this issue is still relevant with 1.0?

undera avatar Feb 06 '23 11:02 undera

Looking good for me now :)

mc-zact avatar Feb 06 '23 14:02 mc-zact