Aurelia [app-router] Error: Expected router pipeline to return a navigation result, but got [{}] instead.(…)

The problem occurs when we do not return a navigation result in the run(context: NavigationContext, next: Function) method in pipeline step. Example below:

Comments

Post a Comment