Magento 2 WAMP Installation – Can’t Login to Admin

magento2

I've installed Magento 2 on WAMP and the admin username/password page displays okay. However, after clicking login chrome shows a "This site can’t be reached, The connection was reset." message.

  1. Same install process on LAMP server works okay.
  2. Have confirmed that the admin account is enabled and password is okay. Saw posts about there being a Magento 2 setup bug related to passwords.
  3. Have created a new admin user via cli but get the same result.
  4. Tried changing the admin url via cli but get the same result.
  5. Have turned off caching and deleted all files in var/cache.
  6. Same behavior in other browsers.
  7. Complete re-install from scratch.
  8. Reboot PC

Best Answer

Hope this will help you

you can try this:

php bin\magento setup:static-content:deploy

in your CLI. clear cache and try again.

Related Topic