]
I have an issue in magento 2.0. My admin page isn’t working properly. The buttons like products, customers, etc. are not working. The image link is provided. They are encircled with blue colour.
]
I have an issue in magento 2.0. My admin page isn’t working properly. The buttons like products, customers, etc. are not working. The image link is provided. They are encircled with blue colour.
3
Answers
Try to deploy the static content again and see if it fixes it:
Run the following commands on the command line interface (make sure you are in the root magento directory)
This will remove the old content version and recompile a new version. If the cause of your problem is a corruption / error in the static-content compliation this should solve it.
Delete magento cache and then restart server.
Search in
app/etc/di.xml
Replace with
After saving
That’s it