Hello,
SUMMARY:
During user authentication, POST is successful but will stall on the 302 redirect.
INFO:
On Chrome(85.0.4183.83)
Django 2.1 & Django 3.1
DEBUG = True,
Happens rarely on HTTPS live-servers
STEPS TO REPRODUCE:
- On chrome browser, run manage.py runserver
- Using a custom AUTH_USER_MODEL, authenticate a user
- Local machine will return "POST / HTTP/1.1" 302 0 and stall here
- Refreshing page will return GET 200
- All following authentication/redirects will work normally
WHAT I'VE TRIED:
Cleared Cookies before-hand
Works on Microsoft Edge(84.0.522.63)
Does not happen on live servers launched
RESOURCE:
QUESTIONS:
Has anyone else encountered this issue?
Has anyone else found a solution that works?