Error in updated hook: "TypeError: Cannot read property 'f7Page' of undefined

When preloadPreviousPage is set to false and i do a router.navigate in the beforeRoute function i get this error

The navigate works by the way, i get this error on the new page when i route.navigate from the home

Solved it by setting the reloadCurrent to true in the route, thx