Steps to reproduce:
1. I go to /admin.php I get redirected to /admin.php?S=0&D=cp&C=login
2. I enter my credentials and click “login”
3. The page appears to reload the login form with no error message.
The interesting part is what happens behind the scenes (via the network inspector in chrome dev tools) between steps 2 & 3:
1. A POST is made to /admin.php?S=0&D=cp&C=login&M=authenticate containing my credentials, which results in a 302 redirect to…
2. /admin.php?S=b04a7c1387f90527ef643ffca94f92cc24d13ea4&D=cp&C=homepage, which appears to be how EE logs a user in and redirects to the CP homepage, but then that page does a 302 redirect back to…
3. /admin.php?S=0&D=cp&C=login - using a “location” response header.
It is important to note that I AM logged in, but the login form just doesn’t take me to the homepage - OR, it takes me to the homepage but instantly does a 302 redirect back to the login form.
This is VERY frustrating. Any help is GREATLY appreciated. Thanks! -Dan