Tuesday 1 November 2016

Magento2: after installation logo is not loading and admin is not loading in windows + xamppp

Lot of time i faced this issue
when tried load home page after installation magento2 i cant see the magento2 logo and admin is not loading properly
the quick fix is
find this
<item name="view_preprocessed" xsi:type="object">Magento\Framework\App\View\Asset\MaterializationStrategy\Symlink</item>

replace with below and refresh the page, it should work now.

<item name="view_preprocessed" xsi:type="object">Magento\Framework\App\View\Asset\MaterializationStrategy\Copy</item>

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home