Signup, sign in, ... not working

I have setup my selft-hosted ghost with domain: blog.chanxop.uk with docker and public at port xxx
everything is working but nothing happen when i click signup button.
My url setting is http://blog.chanxop.uk and i use cloudflare for https.
when access to the domain, cloudflare redirect to NPM at port 80, them redirect to localhost:xxx
If i change the url to https, the website alway show redirect loop error

The issue happend on pc browser, not happend on mobile

This might help:

1 Like

my cloudflare Automatic HTTPS Rewrites is already on

Change the URL to HTTPS, and in Cloudflare keep SSL/TLS encryption mode to FULL or FLEXIBLE. I have faced redirect loops many times if I keep it to Full Strict.

1 Like

i got it working by setting base url to https and x-forwarded-proto https
default $scheme cause error

1 Like