magento-cloud icon indicating copy to clipboard operation
magento-cloud copied to clipboard

Magento Cloud

Results 25 magento-cloud issues
Sort by recently updated
recently updated
newest added

Live Search cannot handle any queries that contain apostrophe or accent letters. These accent letters are frequently used in product names of French and/or other European origin. See screenshots below,...

Hi We are switching to 2.4.6-p2 from 2.4.6-p1.. inside the docker container we are running the composer command. composer version 2.2.11 php 8.1.1 Adobe commerce enterprise on running the below...

`magento-cloud build` This command has always been problematic due to people mistakenly thinking it was a necessary part of local setup. Running the command is quite detrimental to a local...

Hi, The installation process of this cloud template has multiple pain points compared to community/enterprise edition. As a consequence, it is quite complex to maintain a dev tool chain that...

The logrotate utility should be installed and preconfigured on Integration (containerized) environments. Running out of storage due to large log files happens for various reasons. Its absence an unexpected inconsistency...

According to https://devdocs.magento.com/guides/v2.4/install-gde/system-requirements.html, Magento from 2.4.2 requires composer 2.x but with the current `.magento.app.yaml` we get composer 1.x Magento 2.4.2 will eventually work with composer 1.x but 2.4.3 will produce...

## Description The constraint numbers for the metapackage don't need to be set as : >=current_version

hooks in .magento.app.yml seems only executed in one instance for staging and production enviroment, can I also run a shell script in the left 2 instances when deploy new code?

Opcache validate toggled off causes a lot of issues, in lower environments. While this setting is fine in cloud servers where files don't change local developers do need to be...

https://github.com/magento/magento-cloud/blob/5c8b5a2c74d5cc7d035dca09d592215874ff1887/php.ini#L42 `opcache.blacklist_filename="${MAGENTO_CLOUD_APP_DIR}/op-exclude.txt"` This line has special characters and ends up causing problems in Magento Cloud Docker environments, and unless it is parsed somehow, I would assume it is not working...