Unable to login after changing WordPress site url

Try this

First method is

Add the above code in wp-config.php

define('WP_HOME','http://localhost/myproject');
define('WP_SITEURL','http://localhost/myproject');

Second method is

Comment Plugins one by one and check.

After successfully login update permalink.