Error: Call to a member function getFieldValue() on bool in vendor/magento/framework/App/PageCache/Kernel.php:134
I was getting this error when sending response to the get type ajax controller. the code was like below. <?php declare(strict_types=1); namespace VendorModuleControllerIndex; use MagentoFrameworkAppActionHttpGetActionInterface; use MagentoFrameworkAppResponseHttp; use MagentoFrameworkControllerResultInterface; use MagentoFrameworkExceptionLocalizedException; use MagentoFrameworkSerializeSerializerJson; use MagentoFrameworkViewResultPageFactory; use PsrLogLoggerInterface; class Download implements… Read More »Error: Call to a member function getFieldValue() on bool in vendor/magento/framework/App/PageCache/Kernel.php:134