komodorio / helm-dashboard

The missing UI for Helm - visualize your releases
Apache License 2.0
4.95k stars 299 forks source link

Attempting to setup Helm Dashboard behind a Reverse Proxy for SSL #508

Open ksummersill2 opened 8 months ago

ksummersill2 commented 8 months ago

Description

I have an Apache Reverse Proxy and have started up the application using the CLI however, when navigating to HTTP://localhost:8080 the site is not properly allowing Java Script. I have already checked the Apache config files however it is still not allowing javascript. I can get to the site but it is not properly displaying everything.

Screenshots

screenshot1 screenshot2

Additional information

No response

warrenellerbeck commented 4 weeks ago

No Movement on this? Its the same when if you trying to setup an Ingress

undera commented 4 weeks ago

Sorry, the issue is not very clear. I can't tell how exactly the app is started, from which directory etc. The error you see means that when browser tries to get JS files, it receives the HTML ass response. That usually a sign that something is off with relative URLs or proxy setup.

What I suggest to try is to build latest version from main sources and test with it.