Quantcast
Channel: Active questions tagged blazor - Stack Overflow
Viewing all articles
Browse latest Browse all 4839

NavigationError on NavigateTo in .NET 10 preview

$
0
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()


Viewing all articles
Browse latest Browse all 4839

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>