Skip to content

magento man

Unable to Apply Custom Patch on Magento 2.4.5p2 Cloud

Below are the logs on the server [2024-06-12T13:47:34.472113+00:00] INFO: Verbosity level is not set [2024-06-12T13:47:34.478688+00:00] NOTICE: Applying patches [2024-06-12T13:47:35.346915+00:00] ERROR: The command “php ./vendor/bin/ece-patches apply –no-interaction” failed. Applying hot-fixes Patch ../m2-hotfixes/ACSD-50165_EE_2.4.4_v1.patch has been applied Error: patch /app/m2-hotfixes/Reorder.patch can’t be applied… Read More »Unable to Apply Custom Patch on Magento 2.4.5p2 Cloud

Magento 2.4.7 – CSP Assistance needed with inline script errors

This is a follow up to this question: Magento 2.4.7 – Advice setting up csp I have set-up/configured a custom csp module. This is the current csp_whitelist.xml: <?xml version=”1.0″?> <csp_whitelist xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”urn:magento:module:Magento_Csp:etc/csp_whitelist.xsd”> <policies> <policy id=”default-src”> <values> <value id=”data” type=”host”>’self'</value> </values>… Read More »Magento 2.4.7 – CSP Assistance needed with inline script errors