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.ServerStackTrace:
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()
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744855056a4597354.html
评论列表(0条)