我的网站上出现以下错误:
Error: There are multiple templates named 'velvet'. Each template needs a unique name. 1b1a247fc034d5089f331ec9540138ff6afd5f39.js:75:306
The stylesheet http://webmill.eu/css/bootstrap.min.css was not loaded because its MIME type, "text/html", is not "text/css". webmill.eu
The stylesheet http://webmill.eu/css/font-awesome.min.css was not loaded because its MIME type, "text/html", is not "text/css". webmill.eu
The stylesheet http://webmill.eu/css/velvet.css was not loaded because its MIME type, "text/html", is not "text/css". webmill.eu
The stylesheet http://webmill.eu/css/custom.css was not loaded because its MIME type, "text/html", is not "text/css".
Run Code Online (Sandbox Code Playgroud)
在对无法加载4种CSS样式表的广泛研究之后,我遵循了一些指导,并尝试通过在nginx文件中进行更改(/
等/ nginx的/网站可用/ Webmill
),插入“ include …
我最近部署了我的流星应用程序(www [.] webmill [.] eu),它在本地工作得很好.我处理了MIME类型错误,但我坚持这个:
Error: There are multiple templates named 'velvet'. Each template needs a unique name. 1b1a247fc034d5089f331ec9540138ff6afd5f39.js:75:306
Run Code Online (Sandbox Code Playgroud)
我查了但是我没有任何重复,除了与流星包存在的类似问题,我找不到任何关于如何解决这个问题的信息,accounts-ui-bootstrap-3.在桌面上,我只能获得初始的完整背景图像,而无法在页面上的任何位置导航.另外,我可以在我的网址中添加任何内容:webmill.eu/nowaythisisarealurl,它仍将显示相同的内容.它可以在1070像素宽度的显示器上正常工作.
我正在使用的流星包:meteor-platform mizzao:bootstrap-3 pfafman:font-awesome-4
任何建议/帮助将不胜感激!