Csp whitelisting in magento2.4.7-p3
In Checkout Page, I cant clear the csp console error: How can I resolve these console errors using the csp_whitelist.xml file?
Auto Added by WPeMatico
In Checkout Page, I cant clear the csp console error: How can I resolve these console errors using the csp_whitelist.xml file?
When trying to apply and cancel coupon code on the checkout page it continues reloading and getting an error in the console of cannot read the properties of undefined. See the attached images below of the error:-
I am getting an error in console of checkout page and also not getting the recaptcha box in the checkout page. I am having the Magento 2.4.6 p5 version. I am able to place order if the configuration of captcha… Read More »Error related to recaptcha in console in magento checkout
I have a lot of error on my production mode. Console has two errors that related with static/_cache/merged folder.This error appears only on my main store, other store views show the right design, but the main store broke design for… Read More »Magento2: Errors from console static/_cache/merged
I am facing the issue in the console With Content Security Policy ,I cant disable the Module Magento_Csp ,Please suggest the solution based on my efollowing console error [Report Only] Refused to load the stylesheet ‘https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css’ because it violates the… Read More »Having issue with Content Security Policy in my frontend pages
I want to add an external js in my home page. The external js loads a popup form in my home page. I have tried the code in phtml file and also in xml file. In both case the form… Read More »Magento 2 How to add external Js in a page
I need to cache product pricing in my custom module via a console command. Product price can vary depending on the customer group. When I fetch product data using my module and the console command line I can only get… Read More »Magento 2 Emulate Customer Group from Command Console
I am getting this error in the Magento 2.4.5 P1 in the cosole : {“readyState”:4,”responseText”:”{“message”:”No such entity.”}”,”responseJSON”:{“message”:”No such entity.”},”status”:400,”statusText”:”Bad Request”} in the customerdata.js When i log this I get this error
I tried this solution but the arguments are empty when I debug the command class. It should be possible to create command classes by using a virtualType, no? The constructor arguments are empty in TesterTestModelSyncCommandVirtual when I run the command.… Read More »Magento 2 Console command by using virtualTypes