Open the app/etc/di.xml
find "Magento\Framework\App\View\Asset\MaterializationStrategy\Symlink"
replace "Magento\Framework\App\View\Asset\MaterializationStrategy\Copy"
Proably you will find at line no 583.
Note: Symlink will be replaced with Copy.
When you are in developer mode this problem occurs most and in local.
find "Magento\Framework\App\View\Asset\MaterializationStrategy\Symlink"
replace "Magento\Framework\App\View\Asset\MaterializationStrategy\Copy"
Proably you will find at line no 583.
Note: Symlink will be replaced with Copy.
When you are in developer mode this problem occurs most and in local.
No comments:
Post a Comment