How to create a .well-know folder on Magento Cloud?
I want to create a mystore.com/.well-known folder on my Magento Cloud, where I can add many files that will be accessible via public URL. How to do it?
Auto Added by WPeMatico
I want to create a mystore.com/.well-known folder on my Magento Cloud, where I can add many files that will be accessible via public URL. How to do it?
I have added logs in one of our controller using following code; MagentoFrameworkAppObjectManager::getInstance()->get(PsrLogLoggerInterface::class)->debug(‘my log’); Sometimes the logs show up in var/log/debug.log and sometimes it doesn’t. It’s not caching issue since the controller is called using POST. The controller also seems… Read More »Magento Commerce Cloud (Adobe Commerce Cloud) : Missing logs in debug.log
Currently our Magento is using Fastly. Last month, we got attacked by bots. They are trying to place order as a guest thru an API call. Is there any VCL script that I can write in Fastly, so I can… Read More »custom VCL script for Fastly to prevent bots attack
I have a Magento Cloud installation and Fastly is configured out-of-the-box. Although, I need to use the Fastly API to trigger a Curl command using the API key. How is it possible to get the API key from my Fastly… Read More »How to obtain Fastly keys on Magento Cloud?
I’m facing a cache issue that wasn’t there before, my Adobe Commerce Cloud 2.4.5 + Fastly is showing this error message below when I’m trying to log in via customer account or perform some actions in the admin panel. How… Read More »Magento Cloud – Error 503 first byte timeout during customer login
We are using Adobe Commerce Cloud v2.4.4 – with the fastly extension 1.2.185 In the documention for custom VCL snippets there is a section for automated custom VCL snippets deployment. We did add our custom snippet deliver_100_setHttpResponseHeaderXContentTypeOptionsNosniff.vcl to our git… Read More »Custom VCL snippet for fastly is not deployed
We have below website and store setup within a single Magento instance Website 1 (domain1.com/uae) Store A (Country Code: AE) Website 2 (domain1.com/om) Store B (Country Code: OM) Website 3 (domain2.com/uae) Store C (Country Code: AE) Website 4 (domain2.com/om) Store… Read More »Magento 2 fastly GeoIP redirect to different store but same country based on domain