Main Issue I’m trying to implement an automated Magento deployment process by utilizing the Magento Cloud Docker solution. Current flow consists of the following steps: composer create-project composer require magento/ece-tools magento/magento-cloud-docker bash init-docker.sh --php 8.3 --image 1.4.0 --host magento-website.docker --add-host false composer update Tweak docker-compose for tls container to make […]
Daily Archives: December 13, 2024
I am using adobe commerce cloud and inside app/design magento_pagebuilder i can see slick.js and slick.min.js i am making changes in slick.js and after deployment file slick.js not found inside pub/static folder and changes are reflecting. Can anyone help me on this.
Hello after update to magento 2.4.7-p3 I have error. I did remove and reinstall vendor. flush cache config compile. No think works. Some have similiar problem ? Error: Cannot instantiate interface MagentoFrameworkAppPageCacheIdentifierInterface in /var/www/html/vendor/magento/framework/ObjectManager/Factory/Dynamic/Developer.php:50 Stack trace: #0 /var/www/html/vendor/magento/framework/ObjectManager/ObjectManager.php(73): MagentoFrameworkObjectManagerFactoryDynamicDeveloper->create('Magento\Framewo...') #1 /var/www/html/vendor/magento/framework/ObjectManager/Factory/AbstractFactory.php(170): MagentoFrameworkObjectManagerObjectManager->get('Magento\Framewo...') #2 /var/www/html/vendor/magento/framework/ObjectManager/Factory/AbstractFactory.php(276): MagentoFrameworkObjectManagerFactoryAbstractFactory->resolveArgument(Array, 'Magento\Framewo...', NULL, 'identifier', 'Magento\Framewo...') #3 […]
I attempted to increase the UEFI partition size from 100MB to 1GB. To do this, I created a new partition (P4) with the desired size and copied the files from the original 100MB partition to it. I have a dual-boot setup with Windows and Ubuntu. After booting into Ubuntu, I […]
We’re dealing with a large vendor-provided application, which runs a multitude of Java-processes on a multitude of servers. Each of these processes has JMX-functionality enabled and open to remote connections… This cannot be outright disabled, because different components talk to each other through JMX, across different computers. We’d like to […]
I had a PC running as a home server with the hard drive running Debian Linux alongside CasaOS and other things these past few months. Things are different now, I have a far better PC running Windows, so I figured I’ll throw the hard drive in here and find a […]
I’m experiencing an issue with my PC where it fails to boot into Windows right away after restarting. Here’s the situation: Current Setup: Motherboard: ASUS PRIME B650M-A WIFI II CPU: 7800x3d RAM: 4 sticks of Corsair CMH32GX5M2B6000C38 (DDR5, 6000 MHz) 2 sticks are manufactured by Micron 2 sticks are manufactured […]
I’m trying to set up NeoMutt declaratively with Nix Home Manager to manage my Gmail account and encountered some challenges. Here’s a summary: What Works: Sending emails and retrieving email headers from NeoMutt. Browsing through all Inbox email headers. Issues: Email headers load fine, but I can’t view the body. […]