Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

magerun 2 errors on command execution #15

Open
MPietrukowski opened this issue Oct 14, 2024 · 0 comments
Open

magerun 2 errors on command execution #15

MPietrukowski opened this issue Oct 14, 2024 · 0 comments

Comments

@MPietrukowski
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant