@push and RouteConfiguration.forSessionScope().

Hi,

My routes are all sessionScope, but I have some routes that need @Push.

The problem is that it only works if I do a static route and public scope

@Push
@Router

Even if I remove @Router and put "implements RouterLayout " it doesn’t work either.

How can I configure Push for dynamic routes created from the execution of the system and not from its compilation?