Attempting to setup Helm Dashboard behind a Reverse Proxy for SSL
ksummersill2 opened this issue · 2 comments
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
Additional information
No response
No Movement on this? Its the same when if you trying to setup an Ingress
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.