headlamp-k8s / headlamp

A Kubernetes web UI that is fully-featured, user-friendly and extensible
https://headlamp.dev
Apache License 2.0
2.22k stars 156 forks source link

Helm Charts page is broken #2058

Closed ChillarAnand closed 4 months ago

ChillarAnand commented 4 months ago

I tried 0.24.0 & master branch build (by running make app-mac). Both seem to be crashing after opening any helm chart.

Screenshot 2024-06-20 at 06 59 26
joaquimrocha commented 4 months ago

@ChillarAnand Thanks! Just to be sure. Can you confirm you have no headlamp-server already running when running the app? @ashu8912 Can you test in your machine?

ChillarAnand commented 4 months ago

@joaquimrocha I don't think headlamp-server is already running.

Before starting app:

Screenshot 2024-06-20 at 14 54 58

When charts page has crashed:

Screenshot 2024-06-20 at 14 54 44
ashu8912 commented 4 months ago

Hii @ChillarAnand thanks for reporting this, can you check what's the output for ps -ef | grep headlamp for the dmg you downloaded from the releases, Does it have the application server running??

ChillarAnand commented 4 months ago

With the stable release, I am getting an error, when opening a chart.

ps:

Screenshot 2024-06-21 at 19 09 33

chart:

Screenshot 2024-06-21 at 19 10 50
sniok commented 4 months ago

I can also reproduce it on the 0.24

It seems that response from the artifacthub has a bunch of gibberish at the end of the response

For example, here's the end of the body of the following request https://artifacthub.io/api/v1/packages/d5dad873-8e69-411b-8391-933d4391988a/25.22.0/values

image

Could it be an issue on their side?

UPD: yeah it seems like an artifacthub issue image

ChillarAnand commented 4 months ago

I am seeing those characters on all the charts.

Screenshot 2024-06-21 at 19 32 08
ChillarAnand commented 4 months ago

Thank you, @sniok