Cannot access to dashboard on localhost

Finally, the solution was wp_options by updating the website URL.
This query is helpful

UPDATE wp_options SET option_value="YOUR_SITE_URL" WHERE option_name="siteurl"