0

I have a meteor app with backbone routing. When running locally, I can browse to different pages and the currentUser stays logged in. When I run it on heroku (I also tried appfog with the same results) once I browse to a different page, it loses the currentUser session.

I'm running meteor version 0.6.4.1

I used this buildpack for heroku: https://github.com/v8squirrel/heroku-buildpack-meteor

And demeteorizer for app fog: https://github.com/onmodulus/demeteorizer

Any ideas as to why this is happening?

4

1 回答 1

0

原来这是一个流星/铬错误,将在版本 0.6.5 中修复。

https://github.com/meteor/meteor/issues/1244

https://groups.google.com/d/msg/meteor-talk/Pct1_kFlp4I/3a2lXlyF6zcJ

于 2013-08-12T14:51:30.010 回答