Getting an error thrown
router.js:586 Uncaught ReferenceError: page is not defined
586 Router.prototype._page = page;
Anyone else having this issue? It leaves me with a non-working app and blank routes.
EDIT: Downgrading to FlowRouter Version 2.11.0 temporarily fixed the problem
1 Like
cstrat
2
What version of Meteor are you upgrading from?
ujwal
4
I just ran into this too. And I was just transitioning from Iron to FlowRouter, and I was very confused
Downgrading to flow-router 2.11.0 helped.
Same thing here. Just updated meteor to 1.3.2.4. Updated flow-router to 2.12.0
Perfectly fine with previous release
1 Like
Might help to put this here untill the issue is resolved:
meteor remove kadira:flow-router
meteor add kadira:flow-router@=2.11.0
Looking at @jebarjonet’s screenshot, I think this might be related to this error: 1.3 Problems - meteorInstall is not defined I am getting the same.
Guys, this is a bug in the newest release.
Working on a fix.
See: https://github.com/kadirahq/flow-router/issues/602