You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
xhr.js:187
Mixed Content: The page at 'https://api-https-monocle.wdh415-vpc-cluster-3626522……ontainers.appdomain.cloud/upstream-velero/active_authors?q=from:now-3weeks' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://api-monocle.wdh415-vpc-cluster-3626522…-0000.us-south.containers.appdomain.cloud/api/2/about'. This request has been blocked; the content must be served over HTTPS.
Show 1 more frame
Problem seems to be this where __API_URL__ is always an http:// despite MONOCLE_PUBLIC_URL being set to https://.
Problem seems to be this where
__API_URL__
is always an http:// despiteMONOCLE_PUBLIC_URL
being set tohttps://
.monocle/web/public/index.html
Line 11 in d2232bf
The logs in the api pod indicates the
MONOCLE_PUBLIC_URL
is being used just not everywhere at least on the front-end javascript.The text was updated successfully, but these errors were encountered: