Question

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

products

How can I solve this?

Was it helpful?

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/
Licensed under: CC-BY-SA with attribution
Not affiliated with magento.stackexchange
scroll top