If you are getting the error “Error: Cookies are blocked or not supported by your browser. You must enable cookies to use WordPress.”
you can easily fix this by adding the following line to wp-config.php
define(‘COOKIE_DOMAIN’, $_SERVER[‘HTTP_HOST’] );
Simply add the line above the “That’s all, stop editing” line and save and then refresh your screen and attempt logging in again.
Best of luck!