rgranadino / mage2_vagrant

Simple Magento 2 Vagrant Box
249 stars 68 forks source link

mage2.dev sent an invalid response. #77

Open graemelambert opened 6 years ago

graemelambert commented 6 years ago

I've followed the installation steps, ran reinstall -s and this is what I get when I try to go to https://mage2.dev:88/

image

lukepaoloni commented 6 years ago

The .dev TLD is no longer available as https://www.theregister.co.uk/2015/03/13/google_developer_gtld_domain_icann/ now owns it. Try changing your local hosts file (Windows: C:\Windows\System32\drivers\etc\hosts) to .local extension. Do this for your vm as well /etc/hosts. Make sure it is the same in your Magento 2 database.

xelber commented 6 years ago

Change domain in DB with update core_config_data set value='http://mage2.test/' where path='web/unsecure/base_url' and update host file to 192.168.56.10 mage2.test Fixed the issue for me.