bobarr icon indicating copy to clipboard operation
bobarr copied to clipboard

Force HTTPS / Change graphql URL?

Open ronilaukkarinen opened this issue 3 years ago • 1 comments

Most functions won't work because Console is flooding with errors like this:

Mixed Content: The page at 'https://xxxxxxx.xxxx.us/search' was loaded over HTTPS, but requested an insecure resource 'http://xxxxxxx.xxxx.us:4000/graphql'. This request has been blocked; the content must be served over HTTPS.

I have apache reverse proxy set up for subdomain. Setting WEB_UI_API_URL in .env didn't help as it for some reason always gets that HTTP with subdomain and port :4000 that obviously will not work.

Any tips?

ronilaukkarinen avatar Aug 16 '21 20:08 ronilaukkarinen

Yeah, also having this issue

pacholoamit avatar Feb 17 '22 07:02 pacholoamit