node.js - Facebook Canvas App on Heroku with Meteor.js - Incomplete Chunked Encoding -


i have meteor.js app on heroku i'm trying load facebook canvas app. page works great in browsers chrome, i'm getting error in web inspector console: err_incomplete_chunked_encoding, , page never loads. happens around 80% of time, load correctly (upon multiple refreshes).

for simplicity, i've put sample meteor app replicates same issues i'm having. here website on heroku: https://fbmeteor.herokuapp.com , here facebook canvas: https://apps.facebook.com/mymeteortestheroku/

i've searched through , found many similar cases people have run incomplete chunked encoding error in chrome, , solutions have ranged disabling anti-virus claiming fixed in future chrome versions.

i've tried of these , more , still running same issues. on heroku, following error in logs:

heroku[router]: sock=backend at=error code=h18 desc="server request interrupted" method=post path="/"

the reason why unique heroku is, tried running same app hosted on meteor.com , placed facebook canvas. compeltely fixed issue , don't see happening (but don't want host production app on meteor.com). here's website on meteor.com: https://fbmeteortest.meteor.com/

i've tried running other node.js implementations (without meteor) on heroku , placing them facebook canvas, , work fine well.

for reference, here buildpack i'm using on heroku meteor: https://github.com/admithub/meteor-buildpack-horse

any ideas on why issue happening solely meteor.js , heroku?


Comments

Popular posts from this blog

yii2 - Yii 2 Running a Cron in the basic template -

asp.net - 'System.Web.HttpContext' does not contain a definition for 'GetOwinContext' Mystery -

mercurial graft feature, can it copy? -