cancel
Showing results for 
Search instead for 
Did you mean: 

Unofficial Method to solve the JS CSS Issue.

Unofficial Method to solve the JS CSS Issue.

Pls see the 2nd floor command. Thanks.

2 REPLIES 2

Re: Unofficial Method to solve the JS CSS Issue.

Modified: After Installed, Pls run the code as below by SSH:

 

 

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

php -f bin/magento cache:flush

find . -type d -exec chmod 755 {} \; && find . -type f -exec chmod 644 {} \;

 

It is ok now.

Re: Unofficial Method to solve the JS CSS Issue.

Thank you. This fixed my issue.