Can't access through NGinx proxy server

I've just enabled this as an additional test and this works fine. I'll revert to stable and try again.

Update: Back on stable 1.4.2 with API > CORS enabled and working fine.

1 Like

Hi,
I'm back from holiday - made a click, enabled CORS, restart.. and my web is back through https!!
Thanks a lot!!

Hi there,

Just a quick "happend to me too" post.

I was running into the exact same issue (with a somewhat similar config):

  • fairly recent nginx as a reverse proxy (in a docker container, behind a traefik "global" reverse proxy)
  • stopped working after upgrading to 1.4.2
  • the config was already including the "X-Scheme" line
  • went back to normal after changing $scheme to https

Anyway, thank you for the great community (and help) :slight_smile: