Magento 2 – Issue with loading .js.map in Magento PageBuilder (backend)
Using Magento 2 with Nginx/Varnish Issue: I can’t save category when using PageBuilder with MegaMenu. I get an infinite wheel saying Please wait… This is my Nginx config: location /static/ { if ($MAGE_MODE = “production”) { expires max; } location… Read More »Magento 2 – Issue with loading .js.map in Magento PageBuilder (backend)