Magento admin login not working in chrome but works fine for firefox

前端 未结 15 2776
自闭症患者
自闭症患者 2020-12-04 14:23

I am just a newbie to the magento. I have installed magento on my localhost. After all the setup when I used the admin page to login I can\'t able to login in chrome browser

15条回答
  •  南笙
    南笙 (楼主)
    2020-12-04 15:17

    Magento sees cookie_domain on core_config_data table when you try to login. If it is diffrent from your domain, you can not enter your admin panel, just refreshing the page, no error comes up.

    Open core_config_data table from your database and search or filter the path column for web/cookie/cookie_domain and change it to null or your domain.

提交回复
热议问题