Question

When I click on CATALOG>PRODUCTS then It's showing me the following message:

products

How can I solve this?

Était-ce utile?

La solution

Run the following commands and check.

php bin/magento setup:di:compile

php bin/magento cache:clean
php bin/magento cache:flush
php bin/magento indexer:reindex
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy -f

sudo chmod -R 777 var/ generated/ pub/
Licencié sous: CC-BY-SA avec attribution
Non affilié à magento.stackexchange
scroll top