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