Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/heroku/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Node.js 混合内容,heroku应用程序_Node.js_Heroku - Fatal编程技术网

Node.js 混合内容,heroku应用程序

Node.js 混合内容,heroku应用程序,node.js,heroku,Node.js,Heroku,您好,我正在将我的nodejs应用程序部署到Heroku,但我在google字体方面遇到了一些问题 错误: 到底有什么问题?我如何解决这个问题,thnxHeroku使用ssl连接到他们的服务器(您可以通过https注意到) 您要做的是从不安全的http连接加载字体 需要做什么:从https加载字体

您好,我正在将我的nodejs应用程序部署到Heroku,但我在google字体方面遇到了一些问题 错误:


到底有什么问题?我如何解决这个问题,thnx

Heroku使用ssl连接到他们的服务器(您可以通过https注意到)

  • 您要做的是从不安全的
    http
    连接加载字体
  • 需要做什么:从https加载字体