How to run meteor application on two or more Heroku dynos?
问题 I have Meteor application which is run on Heroku platform using 1 dyno. When I increase number of dynos it stops working, reporting some problems with XHR (ERROR 404) on client side. Does anybody successfully run Meteor app on two or more Heroku dynos? If so, what should I do in order to get it working? 回答1: No, unfortunately Meteor does not work on Heroku with more than one dyno. Meteor needs session affinity, which Heroku does not currently offer. Meteor needs session affinity: Running