0

Very strange issue, one specific (multi-store) theme css and js are not loading. The server is "nginx". I run multiple times below static-content command.

php -dmemory_limit=-1 bin/magento setup:static-content:deploy --theme Test/testdealer en_US -f

Other stores are working fine except Test/testdealer

Please help.

1 Answer 1

0

If multi-stores, then please define the correct language "locale", while running static-content deploy command.

Please verify the store "locale" via:

admin->stores->configuration->select store-view->general->general->locale options->locale (store view)...

If locale is "English (Australia)", then static-content command must be:

php -dmemory_limit=-1 bin/magento setup:static-content:deploy --theme Test/testdealer en_AU -f

Thanks,

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

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.