I also get “Current route not found” in the debugg...
# ballast
u
I also get “Current route not found” in the debugger despite using the navigation plugin. Do I need to forward some router stuff to the debugger explicitly? Didn’t find anything regarding that in the docs or the library API.
c
The Debugger Interceptor needs to be installed into the Router VM, too. Once that’s added, it should be start working
u
oh, that absolutely makes sense 😅
Great, that worked! 🙏