I've got a CakePHP site that is stuck in a redirect loop. I've removed every piece of code that does a redirect & I've turned off autoRedirect on the Auth object.
This occurred when I logged out of the site and has persisted even after deleting all cookies and just trying to load the homepage. The index action is in $this->Auth->allow
.
I should not, it keeps trying to redirect me to /users/login which then redirect loops. the login action is also in the allowed list
Does anyone have any ideas what could cause this?