What is use of requirejs-config.js in magento2
I check many references about the use of requirejs-config.js but the actual use of this file is not cleared yet. If anyone is aware of it so please help me.
I check many references about the use of requirejs-config.js but the actual use of this file is not cleared yet. If anyone is aware of it so please help me.
I'm experiencing a problem with PUT API requests with Magento 2.3.5. I send the requests to endpoints like: /rest/STORECODE/V1/products/PRODUCT_CODE The data are properly stored on the right store having store code STORECODE, but the API response payload contains data of…
We use M2.4.2 We synchronize our stock quantities by REST API every 15 minutes. The problem that results out of that is that the full page cache (built-in) of all pages (category, product, cms) gets flushed every 15 minutes. It…
I would like to know what crons on Magento 2 enables the maintenance mode?. I've been experiencing several issues because my site suddenly enables maintenance mode at some hours during the day. Could you give me a glimpse on this…
My website is in default mode only. After run "setup:upgrade" my web does not load the resources css or js. "Refused to apply style from '' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict…
App: Magento 2.3.7-p2 When executing MagentoCmsControllerAdminhtmlWysiwygImagesUpload::execute $this->getStorage()->getSession()->getCurrentPath()= '' although in the previous call MagentoCmsControllerAdminhtmlWysiwygImagesContents::execute the current Path was successfully saved via $this->_initAction()->_saveSessionCurrentPath(). I do not understand why $this->getStorage()->getSession()->getCurrentPath() = ''.
We're having issues with Elasticsearch crashing from time to time. It also sometimes spikes up RAM + CPU and server becomes unresponsive. We have left most of the settings as is, but had to add more RAM to JVM heap…
I started to install Magento. This is the command line instruction: "php bin/magento setup:install --base-url="http://localhost/magento" --db-host="localhost" --db-name="magento" --db-user="root" --db-password="" --admin-firstname="admin" --admin-lastname="admin" --admin-email="[email protected]" --admin-user="admin" --admin-password="admin123" --use-rewrites="1" --backend-frontname="admin" When I execute it, I have this error: Class "MagentoBackendAppRequestPathInfoProcessorProxy" does not exist How…
I am working on a Magento 2 site with a custom extension to add a whitelist to Magento's CSP. I am running into an issue with the following error: "The Content-Security-Policy directive 'frame-ancestors' does not support the source expression ''unsafe-inline''"…
I have some customers that use some "older" Magento 2 versions, like for example 2.3.4. I would like to keep the store updated with the latest security patches but without doing a full Magento 2 upgrade. How can I install…