Magento – Magento 2: Why the customer can’t login on chrome browser

chrome-browsercookiemagento-2.1magento2

Customer unable to login to his/her account on chrome browser. Chrome not allowing customers to login to his/her account while other browser allowing login of the customer to his/her account.

Please help I am using Magento 2.1.

Thanks.

Best Answer

If you are working in local setup, Change row web/unsecure/base_url value of localhost to your IP in core_config_data table.

localhost can be changed to 127.0.0.1

We can also create a virtual host and use domain like names instead of localhost.

Related Topic