문제

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

products

How can I solve this?

도움이 되었습니까?

해결책

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/
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 magento.stackexchange
scroll top