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.

[bug?] Unexpected "There is no route for the path: /" errors in console

See original GitHub issue

Problem Description

I have a route that works with the following definition at the bottom of a jsx file:

FlowRouter.route("/", {
    subscriptions: function(params, queryParams) {
        // if(queryParams && queryParams.email){
        //     this.register('runwayEventsForEmail', Meteor.subscribe('runwayEvents', queryParams.email));
        // }
    },
    action: function(params, queryParams) {
        ReactLayout.render(ReactChanApp);
    }
});

ReactChanApp renders as expected, but I keep getting errors from utils.js saying the route is missing, e.g: There is no route for the path: /

DEMO

https://github.com/raibutera/flow-router-185

npm install && cd app && meteor

Issue Analytics

  • State:closed
  • Created 8 years ago
  • Comments:14 (3 by maintainers)

github_iconTop GitHub Comments

3reactions
arrygoocommented, Oct 12, 2016

Experiencing this since migration to 1.4.1 and react-mounter and react 15

3reactions
joetideecommented, Apr 5, 2016

Any chance of adjusting this so that I can use the npm react package rather than the atmosphere one?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Error : There is no route for the path: / · Issue #608 - GitHub
I have updated Meteor to Meteor 1.3.2.4. and facing the issue. Error : There is no route for the path: / I tried...
Read more >
Angular2 routing, using TypeScript, has a compile error and ...
First, your route is broken @RouteConfig( [ {path: '/home', as: component: Home } ] ). You need to define the alias and make...
Read more >
Node.js Handling invalid routes - GeeksforGeeks
While developing Node.Js application it is important to handle invalid routes. It can be done by writing a custom route or redirecting all ......
Read more >
errorElement v6.6.1 - React Router
When a route does not have an errorElement , errors will bubble up through ... the error in the console, so removing it...
Read more >
VNC Connect Error Messages - RealVNC Help Center
VNC Viewer may display the following error messages if a connection ... a warning that xauth was not on the PATH and indicated...
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