Hi, We're facing issue when running Meltano UI in ...
# troubleshooting
b
Hi, We're facing issue when running Meltano UI in kubernetes. The UI just keeps spinning the progressbar, and does not load the UI completely. Our ingress upgrade the main url to Https via browser, but the XHR requests for meltano API do not get upgraded and are being still sent as http requests
Copy code
Mixed Content: The page at '<URL>' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint '<URL>'. This request has been blocked; the content must be served over HTTPS.
xhr.js:172 Mixed Content: The page at '<https://our-company-url-kubernetes/pipelines>' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint '<http://our-company-url-kubernetes/api/v1/version?include_latest=true>'. This request has been blocked; the content must be served over HTTPS.
Is there a way to enforce Meltano UI to send requests over https ?