servicecatalog / oscm-dockerbuild

OSCM docker build files.
Apache License 2.0
3 stars 10 forks source link

Reports not displaying with OSCM proxy due to hard-code port in start script #295

Closed GoebelL closed 3 years ago

GoebelL commented 3 years ago

Version Info v19 latest

Describe the bug The base_url=https://${HOST_FQDN}:8681 is written in start.sh, line 12

Fix idea: Cut off the base_URL from ${REPORT_ENGINEURL}

How to Reproduce Steps to reproduce the behavior:

  1. Deploy oscm with proxy and start
  2. When welcome page is shown, click the birt link
  3. When birt ecplipse page is shown click example
  4. Trace requests the network tab

Observed behavior No response, browser hangs, lots of URLs in the trace pointing to port 8681

Expected behavior Birt sample report is displayed

Additional context Ask me