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

Meteor 1.2.1 support - Fixed console error - router.js:247 There is no route for the path: / #3

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

strake7
Copy link

@strake7 strake7 commented Mar 22, 2016

When using this boilerplate in Meteor 1.2 I received the error in chrome console when visiting the landing page: router.js:247 There is no route for the path: /

Produced in Chrome 49.0.2623.87 m Windows 10 x64

The issue seemed indicative of conflicting routing logic so I proceeded to update the meteor packages. Actions taken:

  1. Ran command meteor update
  2. meteor start was notified of a missing dependency: useraccounts:flow-routing requires kadira:blaze-layout
  3. added kadira:blaze-layout
  4. app now working and no errors in the console

Reproduced in - Chrome  49.0.2623.87 m Windows 10 x64

Action taken:
1) Ran command meteor update
2) meteor start was notified of a missing dependency: useraccounts:flow-routing requires kadira:blaze-layout
3) added kadira:blaze-layout
4) app now working and no errors in the console
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

Successfully merging this pull request may close these issues.

1 participant