UPDATE:
After using
tutor local logs --tail 10 -f
The log file says something like this:
lms_1 | 2022-08-20 12:18:26,428 INFO 7 [tracking] [user 4] [ip 112.207.109.56] logger.py:41 - {"name": "/account/settings", "context": {"user_id": 4, "path": "/account/settings", "course_id": "", "org_id": "", "enterprise_uuid": ""}, "username": "Engr_James", "session": "9244d954c2c9453d243975b84a5baf17", "ip": "112.207.109.56", "agent": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.5112.81 Safari/537.36 Edg/104.0.1293.54", "host": "test.tmtg-clone.click", "referer": "https://test.tmtg-clone.click/dashboard", "accept_language": "en-US,en;q=0.9", "event": "{\"GET\": {}, \"POST\": {}}", "time": "2022-08-20T12:18:26.427892+00:00", "event_type": "/account/settings", "event_source": "server", "page": null}
lms_1 | 2022-08-20 12:18:26,433 INFO 7 [openedx.core.djangoapps.cors_csrf.helpers] [user 4] [ip 112.207.109.56] helpers.py:64 - Origin 'https://test.tmtg-clone.click' was not in
CORS_ORIGIN_WHITELIST; full referer was 'https://test.tmtg-clone.click/dashboard' and requested host was 'test.tmtg-clone.click'; CORS_ORIGIN_ALLOW_ALL=False
caddy_1 | {"level":"info","ts":1660997906.4398189,"logger":"http.log.access.log0","msg":"handled request","request":{"remote_addr":"112.207.109.56:14868","proto":"HTTP/2.0","method":"GET","host":"test.tmtg-clone.click","uri":"/account/settings","tls":{"resumed":false,"version":772,"cipher_suite":4865,"proto":"h2","proto_mutual":true,"server_name":"test.tmtg-clone.click"}},"user_id":"","duration":0.025716977,"size":0,"status":302}
lms_1 | [pid: 7|app: 0|req: 7/17] 172.18.0.11 () {58 vars in 4427 bytes} [Sat Aug 20 12:18:26 2022] GET /account/settings => generated 0 bytes in 25 msecs (HTTP/1.1 302) 7 headers in 357 bytes (1 switches on core 0)
lms_1 | [pid: 19|app: 0|req: 8/18] 172.18.0.11 () {58 vars in 4324 bytes} [Sat Aug 20 12:18:27 2022] POST /login_refresh => generated 213 bytes in 110 msecs (HTTP/1.1 200) 10 headers in 1691 bytes (1 switches on core 0)
caddy_1 | {"level":"info","ts":1660997907.931983,"logger":"http.log.access.log0","msg":"handled request","request":{"remote_addr":"112.207.109.56:14868","proto":"HTTP/2.0","method":"POST","host":"test.tmtg-clone.click","uri":"/login_refresh","tls":{"resumed":false,"version":772,"cipher_suite":4865,"proto":"h2","proto_mutual":true,"server_name":"test.tmtg-clone.click"}},"user_id":"","duration":0.111898831,"size":213,"status":200}
And here is the BROWSER Error