Sadly, I still don’t see any formatting. I’ve opened a new incognito tab and have been forcing the browser to retrieve the html with command + shift + R (mac). Still no luck. I’ve also tried this in Safari (I’ve been using chrome).
I can confirm I am stopping and rebuilding all containers. In fact, this last go, I deleted everything – dangling images, volumes and builds and rebuilt the image using no cached files.
Here’re more nginx logs:
2024-08-18 16:15:33 192.xxx.xx.x - - [18/Aug/2024:21:15:33 +0000] "GET /about HTTP/1.1" 200 2304 "http://127.0.0.1/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36"
2024-08-18 16:15:54 192.xxx.xx.x - - [18/Aug/2024:21:15:54 +0000] "GET /tictactoe/ HTTP/1.1" 200 5181 "http://127.0.0.1/about" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36"
2024-08-18 16:15:54 192.xxx.xx.x - - [18/Aug/2024:21:15:54 +0000] "GET /tictactoe/?difficulty=All HTTP/1.1" 200 155 "http://127.0.0.1/tictactoe/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36"
2024-08-18 16:17:10 192.xxx.xx.x - - [18/Aug/2024:21:17:10 +0000] "GET /tictactoe/ HTTP/1.1" 200 5181 "http://127.0.0.1/about" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36"
2024-08-18 16:17:10 192.xxx.xx.x - - [18/Aug/2024:21:17:10 +0000] "GET /tictactoe/?difficulty=All HTTP/1.1" 200 155 "http://127.0.0.1/tictactoe/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36"
2024-08-18 16:17:11 192.xxx.xx.x - - [18/Aug/2024:21:17:11 +0000] "GET / HTTP/1.1" 200 2458 "http://127.0.0.1/tictactoe/" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36"
2024-08-18 16:17:34 192.xxx.xx.x - - [18/Aug/2024:21:17:34 +0000] "GET / HTTP/1.1" 200 2458 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36"
2024-08-18 16:17:15 2024/08/18 21:17:15 [info] 29#29: *13 client 192.xxx.xx.x closed keepalive connection
2024-08-18 16:17:15 2024/08/18 21:17:15 [info] 29#29: *15 client 192.xxx.xx.x closed keepalive connection
Screenshot of the unformatted site:
FWIW: I am using python 3.11 and below are the python package versions I’m using:
"asgiref==3.8.1",
"certifi==2024.7.4",
"Django==5.0.7",
"django-recaptcha==4.0.0",
"gunicorn==22.0.0",
"packaging==24.1",
"sqlparse==0.5.1"
