It turns out our theme was using a hook to block admin access for unauthenticated users. I added a check for the DOING_AJAX constant to the code and it fixed the redirect.
↧
It turns out our theme was using a hook to block admin access for unauthenticated users. I added a check for the DOING_AJAX constant to the code and it fixed the redirect.