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
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?
The text was updated successfully, but these errors were encountered:
Most functions won't work because Console is flooding with errors like this:
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?
The text was updated successfully, but these errors were encountered: