kadirahq / flow-router

Carefully Designed Client Side Router for Meteor
MIT License
1.09k stars 195 forks source link

Meteor 1.3-rc.2 + kadira:flow-router@2.11.0 There is no route for the path: / #568

Closed ghost closed 8 years ago

ghost commented 8 years ago

I'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?

thewolf commented 8 years ago

I have the same error after upgrading to 1.3, would you please share how you fixed it?

bevinhex commented 8 years ago

Same issue here, after upgrading 1.3, everything became messy.

wesleyfsmith commented 8 years ago

Any solution on this? I'm having the same problem.

thewolf commented 8 years ago

I found that some errors are not reported in the server or client consoles. and that any missing object or import could lead to the error "There is no route for the path: /" to fix that error, I have upgraded to the lated 1.3 and fixed all the missing imports.

wesleyfsmith commented 8 years ago

@thewolf would you mind elaborating how you fixed the missing imports?

joyacv2 commented 8 years ago

Why this is closed? Many people having the same problem, any idea?

leandronsp commented 8 years ago

Had same issue here. I just added the / route to the FlowRouter which simply does nothing, and it worked for me

ayushchd commented 8 years ago

Having the same issue - just updated to 1.3 and suddenly I get this error. How do I know which imports are not working?