Faye.js 无法在使用 https 的 Heroku 上工作

Faye.js not working on Heroku with https

我正在开发 rails 4 applicationprivate_pub 聊天应用程序。它在当地的工作完美。但是,当将代码从本地移动到 Heroku 时,由于以下错误聊天无法正常工作:

https://XXXXXX-XXXXXXX-8XXX6.herokuapp.com/faye.js  Failed to load resource: the server responded with a status of 404 (Not Found)

实际上在本地与 http://Heroku with https:// 合作,所以可能有问题但未找到。任何人对此都有想法。

谢谢

您是否在 heroku 上创建了单独的 faye 应用程序?如果不是,则在此处描述:http://www.thegreatcodeadventure.com/hello-or-building-a-chatting-app-with-rails/。顺便说一句,我从 faye 更改为 pusher,在这种情况下,我不必在 heroku 上部署第二个应用程序。