Skip to content

magento2-cloud

Auto Added by WPeMatico

Magento Commerce Cloud (Adobe Commerce Cloud) : Missing logs in debug.log

I have added logs in one of our controller using following code; MagentoFrameworkAppObjectManager::getInstance()->get(PsrLogLoggerInterface::class)->debug(‘my log’); Sometimes the logs show up in var/log/debug.log and sometimes it doesn’t. It’s not caching issue since the controller is called using POST. The controller also seems… Read More »Magento Commerce Cloud (Adobe Commerce Cloud) : Missing logs in debug.log

How to deploy magepack bundling on production

magento.app.yaml when i am deploying on cloud error is occur W: /etc/platform/bletrhxa5fb2a_stg/auto_post_deploy.sh: 3: /etc/platform/bletrhxa5fb2a_stg/auto_post_deploy.sh: magepack: not found In Build hooks that is the script hooks: build: | set -e composer install unset NPM_CONFIG_PREFIX curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.36.0/install.sh | bash export NVM_DIR=”$HOME/.nvm”… Read More »How to deploy magepack bundling on production

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)