question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[2.12.0] Problem in router.js: Uncaught ReferenceError: page is not defined

See original GitHub issue

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

Uncaught ReferenceError: page is not defined

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:6
  • Comments:18 (3 by maintainers)

github_iconTop GitHub Comments

5reactions
arunodacommented, Apr 22, 2016

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

5reactions
michaeljberrycommented, 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

Read more comments on GitHub >

github_iconTop Results From Across the Web

Newest Meteor Release not working with FlowRouter 2.12.0
Getting an error thrown router.js:586 Uncaught ReferenceError: page is not defined 586 Router.prototype._page = page; Anyone else having ...
Read more >
Uncaught ReferenceError: $ is not defined? - Stack Overflow
In my case I was putting my .js file before the jQuery script link, putting the .
Read more >
ReferenceError: "x" is not defined - JavaScript - MDN Web Docs
The JavaScript exception "variable is not defined" occurs when there is a non-existent variable referenced somewhere.
Read more >
ReferenceError: home is not defined (Example) - Treehouse
I am running everything locally through VSC and I am getting the following error when running $node getProfile.js:
Read more >
javascript reference error is not defined Code Example
If you get a javascript reference error, It means that your using a word that //needs to be defined. ... Module not found:...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found