Sorry that you’re seeing a login loop, @erbuc.
I can’t reproduce this in Local 8.3.2 (or the newly-released 9.0.1: Releases - Local).
Some things to try:
-
Try logging in with another browser with one-click admin disabled. If you can log in there, go back to your default browser, clear your browser cookies, restart your browser and Local, and try again.
-
If this affects one site (rather than new ones as well), try temporarily renaming your plugins folder from
wp-content/plugins
to_plugins
on the affected site. A plugin could be causing login issues. (From your logs it looks like WordPress updated recently as well as Local, so a plugin may be causing login issues.) -
Open the site shell and type “wp option get siteurl”. It should show a website address with either
http://
orhttps://
. With one-click admin disabled, check that you are logging in to the wp-admin screen at the exact same URL (e.g. if you seehttps://mysite.local
, be sure to visithttps://mysite.local/wp-admin/
and not the http version.) -
Open your site’s
wp-config.php
file in a text editor. Check that the final line does not end indefine('NONCE_SALT'
. If it does, apply the fix suggested in this post: Unable to login, changing wp-config.php workaround