多主题(nginx服务器)特定主题css,js无法加载

时间:2018-03-30 07:30:33

标签: magento2

非常奇怪的问题,一个特定的(多商店)主题css和js没有加载。服务器是" nginx"。我在static-content命令下运行了多次。

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

除Test / testdealer

外,其他商店的工作正常

请帮忙。

1 个答案:

答案 0 :(得分:0)

如果是多商店,那么请在运行static-content deploy命令时定义正确的语言“locale”。

请通过以下方式验证商店“locale”:

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

如果locale是“English(Australia)”,那么static-content命令必须是:

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

谢谢,