Skip to content
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

Closed
juliancwirko opened this issue Apr 21, 2016 · 18 comments

Comments

@juliancwirko
Copy link

Hi, there is a problem in 2.12.0 In router.js, I get:

Uncaught ReferenceError: page is not defined
@cormip
Copy link

cormip commented Apr 21, 2016

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.

@halvardos
Copy link

This line:

- api.addFiles('client-modules.js', 'client');

In this commit seems to be what is causing the problem.

@mikeifomin
Copy link

mikeifomin commented Apr 21, 2016

I have the same error. Meteor 1.3.2.4

versions

kadira:flow-router@2.12.0
meteorhacks:fast-render@2.14.0

@agentirons
Copy link

Yep, same error from upgrading to Meteor 1.3.2.4 and Flow-Router 2.12.0 -

router.js:586 Uncaught ReferenceError: page is not defined

586 Router.prototype._page = page;

@mikeifomin
Copy link

Downgrade to kadira:flow-router @2.11.0 helped!

@LukeGallant
Copy link

Also getting this issue

@spiral2k
Copy link

@mikeifomin it didnt helped :(

@spiral2k
Copy link

Does anybody has a solution for this problem,?

@yubozhao
Copy link

@spiral2k with downgrade, it works for me. Good luck on your app

@michaeljberry
Copy link

michaeljberry commented Apr 21, 2016

Removing the 2.12.0 version and adding the 2.11.0 version worked for me.

meteor add kadira:flow-router@=2.11.0

@spiral2k
Copy link

@yubozhao @michaeljberry thanks a lot!.

@LukeGallant
Copy link

Version downgrade also worked for me

@arunoda
Copy link
Contributor

arunoda commented Apr 21, 2016

Sorry about the issue. Will be working on a quick fix.

@arunoda
Copy link
Contributor

arunoda commented Apr 22, 2016

Check version: v2.12.1. It has a fix for this.

@agentirons
Copy link

Works great, thanks!

@ujwal-setlur
Copy link

thanks, that works. thanks for the quick fix.

@arunoda
Copy link
Contributor

arunoda commented Apr 22, 2016

Okay. Cool.

@arunoda arunoda closed this as completed Apr 22, 2016
@anormore
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests