I've just installed Magento on my localhost (XAMPP) server and I can't do anything with my panel.
I can only do click on "Dashboard" and "Find partners & extensions".
Also, I can't see any interface icons.
I let you here a screen of my interface.
I hope you can help me. Thanks beforehand.
Hi @ImEder
Try to run following command on console.
php bin/magento setup:static-content:deploy
It should solve the problem for you. See this link for more Deploy static view files
Someone told me on Stackexchange:
Open up app/etc/di.xml find the path “Magento\Framework\App\View\Asset\MaterializationStrategy\Symlink” and replace to Magento\Framework\App\View\Asset\MaterializationStrategy\Copy
I've done that and now it works.
Thanks for your time anyway ^^