0

Blazor (render server global) in IdentityRedirectManager.cs

Line 31: navigationManager.NavigateTo(uri);

I get this error when redirect page:

Microsoft.AspNetCore.Components.NavigationException
HResult=0x80131500
Message=Exception of type 'Microsoft.AspNetCore.Components.NavigationException' was thrown. Source=Microsoft.AspNetCore.Components.Server

StackTrace:

at Microsoft.AspNetCore.Components.Server.Circuits.RemoteNavigationManager.NavigateToCore(String uri, NavigationOptions options)
at Microsoft.AspNetCore.Components.NavigationManager.NavigateToCore(String uri, Boolean forceLoad)
at AllInOne.Components.Account.IdentityRedirectManager.RedirectTo(String uri) in D:\AllInOne\Components\Account\IdentityRedirectManager.cs:line 31
at AllInOne.Components.Account.IdentityRedirectManager.RedirectToWithStatus(String uri, String message, HttpContext context) in D:\AllInOne\Components\Account\IdentityRedirectManager.cs:line 47
at AllInOne.Components.Account.IdentityRedirectManager.RedirectToCurrentPageWithStatus(String message, HttpContext context) in D:\AllInOne\Components\Account\IdentityRedirectManager.cs:line 57
at AllInOne.Components.Account.Pages.Manage.Index.d__13.MoveNext() in D:\AllInOne\Components\Account\Pages\Manage\Index.razor:line 68
at Microsoft.AspNetCore.Components.ComponentBase.d__30.MoveNext()

1

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.