#NS_ERROR_REDIRECT_LOOP

6 messages · Page 1 of 1 (latest)

iron echo
#

I am running a Django server using a docker file.

Project id a9861a99-1c51-4b34-8970-6e92d5cd7f47

The deploy log states that the gunicorn started succesfully, but I get an infinite redirect cycle when I try to access the website? Any suggestions how to avoid this? I don't have this problem on localhost.
So I am getting 301's to the same url looped.

Installed 62 object(s) from 13 fixture(s)
[2023-11-25 13:55:02 +0000] [16] [INFO] Starting gunicorn 21.2.0
[2023-11-25 13:55:02 +0000] [16] [INFO] Listening at: http://0.0.0.0:6429 (16)
[2023-11-25 13:55:02 +0000] [16] [INFO] Using worker: sync
[2023-11-25 13:55:02 +0000] [18] [INFO] Booting worker with pid: 18
reef steppeBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

vestal nicheBOT
#

Project ID: a9861a99-1c51-4b34-8970-6e92d5cd7f47

molten kraken
#

are you using cloudflare proxy?

iron echo
#

No

#

Hmm it appears to be a consequence of SECURE_HSTS_PRELOAD=True