浏览文章
文章信息
Magento2 https静态资源404找不到 static files 404|Can't find static files 404
17437
1、原因
magento系统未设置前后台允许https加载静态资源
2、解决:
项目所用数据库中执行
SELECT * FROM `core_config_data` WHERE path like '%use_in%'
修改两条记录的所有值为1
scope_id path value 0 web/secure/use_in_frontend 1 0 web/secure/use_in_adminhtml 1
3、清除缓存
ssh项目根目录执行
bin/magento cache:clean