Magento – Magento 2 – The product that was requested doesn’t exist

magento-2.1magento2moduleshipping-methods

Magento2.3.0

I have the following error in var/log/exception.log any idea how to come this error

main.CRITICAL: The product that was requested doesn't exist. Verify
the product and try again. {"exception":"[object]
(Magento\Framework\Exception\NoSuchEntityException(code: 0): The
product that was requested doesn't exist. Verify the product and try
again. at
/var/www/vhosts/exmp.com/httpdocs/vendor/magento/module-catalog/Model/ProductRepository.php:290)"}
[]

Thanks

Best Answer

I don't think that cron job has tried to install any extension and site crashed.

Extension will not installed automatically untill you run composer update or setup: upgrade command.

It may be issue with reindexing. May be cronjob is set you reindexing.

Try reindexing manually once.

php bin/magento indexer:reindex

I hope it will help you!

Thanks.

Related Topic