magespecialist / mage-chrome-toolbar

Magento Chrome Toolbar for MSP_DevTools
333 stars 41 forks source link

Using with vagrant box #23

Closed tgamanov closed 7 years ago

tgamanov commented 7 years ago

Hi,

Works with the local installation, but if Magento running on virtual machine extension does not work. Just showing standard error: MSP DevTools information not available. Please check:

This is a Magento website You correctly installed MSP_DevTools You enabled MSP_DevTools You are within the allowed address range Full installation and configuration guide:

https://github.com/magespecialist/mage-chrome-toolbar How to install the Magento module:

This extension needs MSP_DevTools to be installed and configured in your Magento website. Magento 1:

Download and copy in your Magento root path the MSP_DevTools module. Source code is available on GitHub: https://github.com/magespecialist/m1-MSP_DevTools Magento 2:

You can install using composer: composer require msp/devtools Source code is available on GitHub: https://github.com/magespecialist/m2-MSP_DevTools

At admin settings instead of localhost, I have put IP of the vagrant box.

Please let me know if you need more details. Thanks.

tgamanov commented 7 years ago

settings at admin module installed

giacmir commented 7 years ago

Hi @tgamanov we at Magespecialist use this extension on vagrant every day without problems. Try to put 0.0.0.0/0 as ip range (since you are on vagrant you don't need to filter ips).

Also make sure your full_page cache is turned off.

tgamanov commented 7 years ago

HI,

The hint with "0.0.0.0/0" helped. Works.

Thank you for the quick response)

hgati commented 1 year ago

Hi, me too.

It is resolved by 0.0.0.0/0 setting.

Thanks all.