I moved the redirect to OnParameterSet from OnInitialized. It helped me.
protected override void OnParametersSet() { Navigation.NavigateTo("/", forceLoad: true); }