Magento: 2.4.3 Delivery method: In-Store Delivery Stage: “Select Store” dialog in the checkout. corresponding line in the log: [2022-05-06 11:50:34] main.CRITICAL: Report ID: webapi-62750b8a1bf61; Message: Provided countryId does not exist. {“exception”:”[object] (Exception(code: 0): Report ID: webapi-62750b8a1bf61; Message: Provided countryId does not exist. at /var/www/html/vendor/magento/framework/Webapi/ErrorProcessor.php:208, InvalidArgumentException(code: 0): Provided countryId does not […]
Magento
I am trying to install Magento 2.4.4 using Magento CLI. I have php 8.1 installed on Amazon Linux 2. I created AWS Opensearch and it’s up and running. I can even connect via curl: [myuser@myip html]$ curl -u 'MYUSER:MYPASSWORD' -XGET https://es-host.MYDOMAIN.com/_cluster/health {"cluster_name":"123456789101:MY-OPENSEARCH","status":"green","timed_out":false,"number_of_nodes":1,"number_of_data_nodes":1,"discovered_master":true,"active_primary_shards":3,"active_shards":3,"relocating_shards":0,"initializing_shards":0,"unassigned_shards":0,"delayed_unassigned_shards":0,"number_of_pending_tasks":0,"number_of_in_flight_fetch":0,"task_max_waiting_in_queue_millis":0,"active_shards_percent_as_number":100.0} I get a green status, 1 node and […]
By mistake, I pasted a big piece of content in the search bar. I’m unable to clear the search. It keeps loading and I get this error. “Magento2 Error: “Something went wrong with processing the default view and we have restored the filter to its original state” how do I […]
When I’m trying to login admin panel query Delete from captcha_log executing and that get stuck in this query, Even admin setting for captcha is disabled. Please suggest where should I check for this query?
I have a class that extends AbstractHelper In this class i make a curl call to an external site. In the payload i need to provide a link to a static css file that resides in my extensions directory. Experimenting, i have been able to get the required URL in […]
Im trying to implement an extension in a Magento project (Amazon sales channel) but when I use the auth.json and I try to ‘composer update’ im getting this error. Root composer.json requires magento/product-enterprise-edition 2.4.3, found magento/product-enterprise-edition[2.4.3] in the lock file but not in remote repositories, make sure you avoid updating […]
We can clear cache programmatically but how to build cache programmatically. I want build blue green cache clear without taking downtime when we have huge cache.
I have a problem that I can’t solve, I need to stop the execution of the payment process, if my model returns false i have: appcodevendorSalesetcwebapi_restevents.xml <?xml version="1.0"?> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../../lib/internal/Magento/Framework/Event/etc/events.xsd"> <event name="sales_order_place_before"> <observer name="order_place_before" instance="vendorSalesModelBefore" /> </event> </config> if I use a checkmo payment method (magento standard) the verification […]
I can use the Magento API (https://magento.redoc.ly/2.4.4-admin/tag/ordersid) to get a list of orders using the following endpoint: “rest/V1/orders/items”. However, this endpoint does not return the increment_id, just the order_id. It also doesn’t return the order status. Is there a way to batch get all the orders within a certain period […]