I'm sending a string as a link to my router, eg "/blog/pages/3"
However I'm getting the error "commands.reduce is not a function"
The navigate does work though, just the error shows up in the console
goToPage(link) {
this.router.navigate(link);
}