-
Notifications
You must be signed in to change notification settings - Fork 192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[2.12.0] Problem in router.js: Uncaught ReferenceError: page is not defined #602
Comments
Also started getting the same problem after upgrading from 2.11.0 to 2.12.0. This happened in parallel to an update from Meteor 1.3.1 to 1.3.2.4 as well as a bunch of packages. So, just to be sure, I ONLY downgraded kadira:flow-router to 2.11.0 leaving all the other updates in place and the error disappeared. BTW, my app doesn't work at all when this error is thrown. |
This line:
In this commit seems to be what is causing the problem. |
I have the same error. Meteor 1.3.2.4 versions
|
Yep, same error from upgrading to Meteor 1.3.2.4 and Flow-Router 2.12.0 -
|
Downgrade to kadira:flow-router @2.11.0 helped! |
Also getting this issue |
@mikeifomin it didnt helped :( |
Does anybody has a solution for this problem,? |
@spiral2k with downgrade, it works for me. Good luck on your app |
Removing the 2.12.0 version and adding the 2.11.0 version worked for me.
|
@yubozhao @michaeljberry thanks a lot!. |
Version downgrade also worked for me |
Sorry about the issue. Will be working on a quick fix. |
Check version: |
Works great, thanks! |
thanks, that works. thanks for the quick fix. |
Okay. Cool. |
Just wanted to let you know that I did an meteor add kadira:flow-router and followed the doc. Doesn't work. Found this thread on Google. I had to put kadira:flow-router@2.11.0 in my packages list and it works. I'm replacing Iron Router. |
Hi, there is a problem in 2.12.0 In router.js, I get:
The text was updated successfully, but these errors were encountered: