On Admin Panel we can't open the ORDERS,
I will be appreciated if you can help.
Magento Version 2.2.6
Hi,
Please share the screenshot of the problem page or the error, which you are getting.
Thank You!
You need to run a command from magento root instances via SSH,
php magento setup:static-content:deploy -f
Hi,
Go to app/etc/di.xml
Find the line
Magento\Framework\App\View\Asset\MaterializationStrategy\Symlink
and Replace it with
Magento\Framework\App\View\Asset\MaterializationStrategy\Copy
There is no need to remove any file in any directory.
It may works.
Thanks!