I recently wrote about five reasons why it’s worth adopting a micro frontend Architecture. Of course, there are pros and cons to everything. Micro frontends are a fresh architectural approach, and are likely to represent the future of web development. At the same time, they come with a few pitfalls, […]
Daily Archives: February 2, 2022
I have Magento 2.4.3 on an AWS Lightsail instance (bitnami packaged app). I added a theme in under app and pub as instructed and ran php bin/magento setup:upgrade. Started fine then evidently seized up while updating modules. I came back 15 minutes later to find the ssh session was automatically […]
After pushing a new code to my Magento Cloud staging environment, the JS stopped working in the backend, I don’t run compilation commands out of the Magento Cloud pipelines, but since the deployment, it’s not working and the CLI redeploy isn’t working to fix it too. Every time I run […]
Current product increment for each product is set to 24, I want to allow admin to create a order from backend without any increment,any qty should be added, but right now it gives error “The fewest you may purchase is 24” I have tried to change function get Config qty […]
We have added a plugin to add custom field to registration form. Now, we have removed the plugin but still showing validation for the field. FYI: The form field is removed after uninstall the plugin
I’m trying to setup a multistore, multidomain magento2 instance. What I need to achieve is www.mydomain.com => Website 1 => uses store codes = en / fr / de www.my-otherdomain.com => Website 2 => uses store codes = en / fr / de Is it possible ? So same store […]
How can I display the number circled in red as the average of the values circled in green? Thank you! see pic here
I have a script that I will post down below, and the console feedback is kind of ugly, which I will also post below the script. I am wondering HOW and WHERE do I put a line break to ensure the console feedback I get looks nicer. I am using […]
When rebooting from Gentoo Linux into Windows 11 through GRUB (I used os-prober to find Windows Boot Manager) I get the BSOD “KMODE_EXCEPTION_NOT_HANDLED” (Kernel failed to load). This happens at (what I think) random. I use 2 different UEFI partitions for Linux and Windows bootloaders, and this seems to occur […]