Redirection error
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Repeated login redirects usually indicate cookie or session issues.
This often happens when site URLs don’t match exactly, especially after migrations.
Check
siteurlandhomevalues in the database or Settings → General. Even an HTTP vs HTTPS mismatch can break authentication cookies.Security plugins and server-side caching can also interfere by blocking cookies or caching login pages. Temporarily disabling those helps isolate the issue.
A frequent mistake is updating URLs in
wp-config.phpbut forgetting database values.The practical takeaway is to always verify URL consistency across config, database, and server.