Skip to content

Router tries to run before route is even defined  #733

Description

@pociej

in one of my client files :

import { FlowRouter } from 'meteor/kadira:flow-router';
import { BlazeLayout } from 'meteor/kadira:blaze-layout';

console.log("some log"); 

FlowRouter.route('/entry',{
  name : 'entry',
  action : function(params) {
    console.log("on entry");
  },
}); 

what i see as output FlowRouter throws error that there is no route /entry and after few ms is runs above file which makes it completly unusable. Its first time i met this problem, sounds like some problem with builder?

screen shot 2018-03-29 at 17 41 02

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions