Meteor 1.3-rc.2 + kadira:flow-router@2.11.0 There is no route for the path: /
See original GitHub issueI’m trying to test my app with Meteor 1.3-rc.2.
The first issue I’m encountering is the following error:
There is no route for the path: /
Any hints on where to look first on this?
Issue Analytics
- State:
- Created 8 years ago
- Comments:8
Top Results From Across the Web
Error : There is no route for the path: / · Issue #608 - GitHub
I create a new app with meteor create test . I add flow router meteor add kadira:flow-router . I add a routes.js with...
Read more >Kadira Flow Router "There is no route for the path
I solved mine by deleting the "meteor" prop inside my package.json: ... name to my routes (that you already have) my FlowRouter works...
Read more >There is no route for path '/' on production - Meteor forums
I am using flowrouter + react + meteor. ... then i am getting the error There is no route for path '/' I...
Read more >ostrio:flow-router-meta - Packosphere
Features: 100% tests coverage;; Per route, per group, and default (all routes) meta tags;; Per route, per group, and default (all routes) ...
Read more >Meteor - Routing - FlowRouter
It does routing for client-side apps and does not handle rendering itself. ... meteor add kadira:flow-router FlowRouter.route('/home', ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Why this is closed? Many people having the same problem, any idea?
@thewolf would you mind elaborating how you fixed the missing imports?