n98-magerun2 errors on command execution on Magento 2.4.7
Fatal error: Uncaught TypeError: Magento\ApplicationPerformanceMonitor\Plugin\ApplicationPerformanceMonitor::aroundLaunch(): Return value must be of type Magento\Framework\App\ResponseInterface, null returned
I have resolve the issue by updating magerun to latest version 7.4.0
devenv.nix
magerun2Phar = builtins.fetchurl{
url = "https://github.com/netz98/n98-magerun2/releases/download/7.4.0/n98-magerun2.phar";
sha256 = "35377402bd94c8ee19c3aecbc52f9bb6f6f9b4970447d1d7884fb6cfbb8cdf9b";
};
There is also nix package available for n98-magerun2
n98-magerun2 errors on command execution on Magento 2.4.7
I have resolve the issue by updating magerun to latest version 7.4.0
devenv.nix
There is also nix package available for n98-magerun2