Closed rob-64 closed 2 years ago
I can't using Push too.
Way late response, but the issue ended up being NavigationEvent is getting serialized and the source is being lost..
if u override the class:
@Override public Router getSource() { Router source = (Router) super.getSource(); if (source == null) { source = VaadinService.getCurrent().getRouter(); } return source; }
Thanks for sharing the solution!
I was wondering if you know how to use PreserveOnRefresh with the demo? Seems like Spring session is breaking it?