Unable to log in to my https forum after recent upgrade?

I’ve just found that I’m unable to log in to my forum after upgrading it a few hours ago. I have tried Google, Facebook and password logins. In all cases, after performing login I’m redirected to the forum as a non-signed-in user. Have just tried ./launcher rebuild app, and have disabled (in app.yml) the only plugin that was modified during the upgrade (Topic List Previews) but this didn’t resolve it.

Any suggestions would be much appreciated!

I’m currently on holiday in Malaysia, which complicates things somewhat! (I wonder if this is related - if this were related to an IP range block, would I see these symptoms?)

Is your site HTTPS or HTTP ?

1 Like

It’s HTTPS. I use an nginx front end proxy outside of Docker

see:

https://meta.discourse.org/t/secure-cookie-flag/28058/40?u=sam

3 Likes

Thanks so much Sam.

I added the following to my nginx config and this has fixed the problem.

proxy_set_header X-Forwarded-Proto https;

Finally able to breathe, and get back to my honeymoon (wife is fuming!)

7 Likes