Skip to content

Unable to resolve the source file for ‘…Magento_Customer/js/zxcvbn.js.map’

I’m running Magento 2.4.0 in developer mode with server-side compilation using PHP Less library. Console is showing this error in every page: DevTools failed to load SourceMap: Could not load content for https://example.com/pub/static/version1600339825/frontend/Example/default/en_US/Magento_Customer/js/zxcvbn.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE I… Read More »Unable to resolve the source file for ‘…Magento_Customer/js/zxcvbn.js.map’

How to change the product detail page to a 2 column layout in Magento 2.3?

I have created a layout XML file for a custom theme which inherits from the default Magento Blank theme: app/design/frontend/<Vendor>/<Theme>/Magento_Catalog/layout/catalog_product_view.xml and set the layout to 2columns-left: <?xml version=”1.0″?> <page layout=”2columns-left” xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”urn:magento:framework:View/Layout/etc/page_configuration.xsd”> </page> Also the setting under: “Stores > Configuration… Read More »How to change the product detail page to a 2 column layout in Magento 2.3?