我有一个新的安装Magento(Apache在OS X上)。前端工作,但后端坏了:控制台提供Refused to apply style from '<URL>' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
我有所有的.htacces文件,我有一个虚拟主机等,并尝试重新部署,清除缓存方法等没有工作。
你知道该怎么办吗?
1条答案
按热度按时间khbbv19g1#
我在Adobe Commerce Cloud项目中遇到了这个问题。以下步骤帮助我解决了这个问题
Refused to apply style from '<URL>' because its MIME type ('text/html') is not a supported stylesheet MIME type, and strict MIME checking is enabled.
1.确保从更新了所需管理配置的集成或过渡环境中转储
app/etc/config.php
。1.然后,使用ece-tools包命令:
php ./vendor/bin/ece-tools config:dump
.1.使用
scp
CLI命令将远程app/etc/config.php
文件下载到本地计算机中。1.然后,将该文件添加到git,应用git commit并执行git push。
1.最后,将最新的更改部署到集成-〉登台-〉生产环境。