bobarr
bobarr copied to clipboard
Force HTTPS / Change graphql URL?
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?
Yeah, also having this issue