Emberjs: Failed to find a valid digest in the 'integrity' attribute

淺唱寂寞╮ 提交于 2020-01-05 05:39:25

问题


I'm trying run an Ember project locally : https://github.com/cosmicjs/ember-real-estate-website?files=1. I'm using pycharm 2017 using git-bash as my terminal in win7. I have npm and node installed along with the jetbrains emberjs plugin.

I can start the server using :

  $ COSMIC_BUCKET=your-bucket-slug npm start

  > cosmicrealestate@1.0.0 start E:\ember-real-estate-website
  > node server.js

When I open the browser I see nothing. In the console:

Failed to find a valid digest in the 'integrity' attribute for resource 'http://localhost:3000/assets/vendor-969213113bf8ce8653053cf775905b0d.css' with computed SHA-256 integrity 'X3XPwk5BB1JgnemiDQkQoHJwfotEk8I6G1p+XYvKfiw='. The resource has been blocked.

How can I fix this?

来源:https://stackoverflow.com/questions/46916054/emberjs-failed-to-find-a-valid-digest-in-the-integrity-attribute

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!