I have fresh installation of magento 2. I am getting below error :
/pub/static/adminhtml/Magento/backend/en_US/jquery/jquery-ui-1.9.2.js
net::ERR_ABORTED 404 (Not Found)
Please help me to sort out this problem.
I have fresh installation of magento 2. I am getting below error :
/pub/static/adminhtml/Magento/backend/en_US/jquery/jquery-ui-1.9.2.js
net::ERR_ABORTED 404 (Not Found)
Please help me to sort out this problem.
I am also getting this error. My problem was solved by running the below command lines :
php bin/magento setup:upgrade
php bin/magento setup:static-content:deploy
Go to the root folder of your Magento project and run the following commands :
sudo php bin/magento setup:upgradesudo php bin/magento setup:di:compilephp bin/magento setup:static-content:deploy -fphp bin/magento setup:static-content:deploy -f --theme Magento/backendsudo php bin/magento cache:cleansudo chmod -R 0777 pub var generated
jquery-ui-1.9.2.jsavailable this path ? – Rakesh Donga Feb 05 '19 at 05:02