0

on this i faced this issue,

on click system configuration open tab but after click other tab magneto admin click not working i can not able click any where

enter link description here

2 Answers 2

0

You can apply the commands below to your root directory.

php bin/magento s:up
php bin/magento setup:di:compile
php bin/magento s:static-content:de -f
php bin/magento c:f

if you are using the Ubuntu system then apply the below commands.

sudo php bin/magento s:up 
sudo php bin/magento setup:di:compile 
sudo php bin/magento s:static-content:de -f 
sudo php bin/magento c:f 
sudo chmod -R 777 var/ pub/ generated/

If your work is my answer then upvote me.

answered Oct 17, 2024 at 6:29
0

Run once SSH command static-content deploy

bin/magento setup:static-content:deploy -f 

also, check on the console log for any js related error that may be possible for that issue."

answered Oct 21, 2024 at 6:38

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.