Skip to content

fresh install Magento 2.4.6-p6 : localhost text dispaly error and admin page keeps loading, please help

ENV magento 2.4.6-p6 MacBook apple M1 max macOS Sonoma 14.5 docker desktop: 4.30.0 engine: 26.1.1 docker-compose: 2.27.0 composer:2.2.24 elasticsearch:8.11.4 kibana:8.11.4 mysql:8.0 php:8.2.18-fpm redis:7.0.15 nginx:1.24.0 dockerfile: 3.8 Background Hello everybody, Fresh install Magento 2.4.6-p6 Homepage’s text style shows incorrect.And picture shows… Read More »fresh install Magento 2.4.6-p6 : localhost text dispaly error and admin page keeps loading, please help

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?