cancel
Showing results for 
Search instead for 
Did you mean: 

Magento 2 login not working

Re: Magento 2 login not working

I had a same problem. And I solved.

Please change your apache configuration. 

httpd.conf

AllowOverride None > AllowOverride All

 

And restart apache server.

You can login in chrome.


Re: Magento 2 login not working

Other best solution see below.

Run php bin/magento setup:static-content:deploy  through commond line on project path (/c/xampp/htdocs/projectfolder Or public_html/project).

Re: Magento 2 login not working

Don't waste your time, after running the previous commands and solutions, change your browser, TRY IN ANOTHER BROWSER, NO KIDDING!!! this will save you hours.