Magento-2:Class Magento\Framework\App\Http\Interceptor does not exist
Need to recreate Interceptor
Run di:compile command
php bin/magento setup:di:compile
This occurs Because you can inject Magento\Framework\App\Http
in any our class
try following steps
php bin/magento setup:upgrade
php bin/magento setup:di:compile
php bin/magento setup:static-content:Deploy -f
chmod -R 777 var/ generated/
Run commands:
chmod -R 777 var
chmod -R 777 pub/static
chmod -R 777 generated