Skip to content

Magento 2: Cloud project composer install error module-staging-page-builder (2.2.0): Downloading (failed)

I have facing error in composer install in cloud project. Issue is facing in module-staging-page-builder module Downloading (failed). Command composer install Error: Installing magento/module-staging-page-builder (2.2.0): Downloading (failed) [ComposerDownloaderTransportException] The “https://repo.magento.com/archives/magento/module-staging-page-builder/magento-module-staging-page-builder-2.2.0.0.zip” file could not be downloaded (HTTP/1.1 404 Not Found) install… Read More »Magento 2: Cloud project composer install error module-staging-page-builder (2.2.0): Downloading (failed)

Zero downtime deployments

I’m using Magento 2.3.4 open source and I am looking into how I can achieve zero downtime The build commands I normally use are: php bin/magento maintenance:enable composer install –no-interaction php bin/magento setup:upgrade php bin/magento deploy:mode:set production –skip-compilation php bin/magento… Read More »Zero downtime deployments

Why I am getting error while using n98-magrun2 command “PHP Fatal error: Uncaught TypeError: MagentoApplicationPerformanceMonitorPluginApplicatio”

I am getting the below error while running the command n98-magerun2 list: PHP Fatal error: Uncaught TypeError: MagentoApplicationPerformanceMonitorPluginApplicationPerformanceMonitor::aroundLaunch(): Return value must be of type MagentoFrameworkAppResponseInterface, null returned in app/code/Magento/ApplicationPerformanceMonitor/Plugin/ApplicationPerformanceMonitor.php:38 I am unable to find any resolution on Google. Please help… Read More »Why I am getting error while using n98-magrun2 command “PHP Fatal error: Uncaught TypeError: MagentoApplicationPerformanceMonitorPluginApplicatio”