Force initial route

Hi,

I have implemented our app with a number of routes which is mostly working well in Vaadin 14.
The problem I have is that somewhere the last route is remembered, so when I relogin it goes to that route.
I need it to always start on the home (“”) route.

Is this possible?

Using 14.0.13, Spring Boot 2.2.1, Spring security.

The problem I have is that somewhere the last route is remembered

If you have not done anything special, you will be routed to the view based on the url. So if there is something, you end up somewhere.

I need it to always start on the home (“”) route. Is this possible?

Yes, I recommend that in your Login process, i.e. after successful login just do ui.navigate(“”);