DependencyTrack / helm-charts

Helm Charts for Dependency-Track
https://dependencytrack.org
Apache License 2.0
18 stars 17 forks source link

Error browser code after helm deployment successfully #115

Open dggarciabase opened 1 month ago

dggarciabase commented 1 month ago

After make a deployment using helm and received everything correct in Kubernetes namespace regarding service deployment. When I access with the browser, the page keeps blank and the debug tool shows the following errors: image

I would say that something is not working correctly after the deploy in terms of browser.

Note: The site was configured to be used with SSL own certificate adding the site to exceptions in the browser and using an external ingress and not configured through values.yaml file.

If this is is an bug known, would be great to know the reason and possible solution, if not, report this.

dggarciabase commented 1 month ago

Finally. After to use and configure the ingress section existing in the values.yaml file and configure the variable "api_base_url". The tool was accessible and the login page loaded without issues.

So, the problem at the moment was solved avoiding to use an external ingress.