I’ve used Bitnami Magento Helm chart to install Magento 2 on the Kubernetes cluster. By default the pod and the container are configured not to use root user which is good from a security point of view. But because of running as a non-root user, Magento can’t execute Cron jobs. […]
Magento
Sometimes I have magento installations where my coleagues do edit files in ./vendor folder. Therefore, I cannoty use the existing seeder. Therefore, using magento’s seeder will require extra dependencies and may break the ./vendor folder. But instead I can make a seperate scrips that manipulates db directly. So what tables […]
I want to add product FAQS along with product query but getting the error when i query product with CustomizableProductInterface "message": "Fragment cannot be spread here as objects of type "ProductInterface" can never be of type "CustomizableProductInterface".", here is my schema.graphqls extend type ProductInterface { faqList: [faqsList] @doc(description: "Custom field […]
Magento 2.4.5-p1 I have exported and imported products from Magento 1 into my Magento 2. Now, when I go to: Catalog – Products and surf the products for example in the following way: 10 per page Keep clicking on the right arrow and when I get to page 229 out […]
When I tried to import the csv file for customers, it gave this type of error while saying it can be uploaded still when I did upload it, then this error happened.
Was importing a file when these errors were identified, not sure what they mean exactly Duplicates found in column names: array ( 0 => ”, 1 => ‘mail,_w’, 2 => ‘bsit’, 3 => ‘,_stor’, 4 => ‘,confirmation,cr’, 5 => ‘at’, 6 => ‘d_at,cr’, 7 => ‘at’, 8 => ‘d_in,disabl’, 9 […]
Need a means of adjusting large list of names on excel sheet for import on magento 2 while adjusted into customer database template without needing to adjust manually.
We use AWS to host our site, and shortly after I increased memory from the standard 30gb to 40gb on a t3.medium, I noticed that the POS we use (magestore) was acting super slow. Where it would normally take just a second or two to ring something in, and move […]