Skip to content

magento-1.9

Auto Added by WPeMatico

Magento 2 – Access to XMLHttpRequest – /adminhtml/Magento/spectrum/en_US/js-translation.json has been blocked

Currently we are using magento 2.4.6-p6, we are recently noticing below issue in the console, while opening the cms blocks / cms pages from admin. Access to XMLHttpRequest at ‘https://website.com/static/version1721183017/adminhtml/Magento/spectrum/en_US/js-translation.json’ from origin ‘null’ has been blocked by CORS policy: Response… Read More »Magento 2 – Access to XMLHttpRequest – /adminhtml/Magento/spectrum/en_US/js-translation.json has been blocked

Images attached to page builder vanish on save but the data is saved on my table (the problem is on arabic_image_one)

<?php namespace magentotestControllerAdminhtmlIndex; use MagentoBackendAppActionContext; use MagentoFrameworkApiDataObjectHelper; use MagentoFrameworkAppRequestInterface; use MagentoFrameworkExceptionLocalizedException; use MagentoFrameworkSerializeSerializerInterface; use magentotestApiBannersRepositoryInterface; use magentotestApiDataBannersInterfaceFactory; use magentotestModelResourceModelBannersCollectionFactory as BannersItemFactory; class Save extends MagentoBackendAppAction { /** * @var RequestInterface */ private $request; private $dataObjectHelper; /** * @var SerializerInterface */… Read More »Images attached to page builder vanish on save but the data is saved on my table (the problem is on arabic_image_one)