Wednesday, February 5, 2020

Magento Error

main.CRITICAL: Class Magento\Framework\App\Http\Interceptor does not exist {"exception":"[object] (ReflectionException(code: -1): Class Magento\\Framework\\App\\Http\\Interceptor does not exist

Solution :
You need to run commands  one by one and check if it fixes the issue.
bin/magento cache:clean
bin/magento cache:flush
bin/magento setup:di:compile

Note : Take backup of code and database before running these commands.

No comments:

Post a Comment