Magento 2 Interceptor Error – How to Fix Class Magento\Framework\App\Http\Interceptor Does Not Exist

interceptormagento2.3PHP

Exception.log file Error:

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

Best Answer

The Interceptor file is deleted. Need to recreate Interceptor

Run di:compile command

php bin/magento setup:di:compile