[Blazor] Error page support #49854
Labels
area-blazor
Includes: Blazor, Razor Components
bug
This issue describes a behavior which is not expected - a bug.
Milestone
When I try to trigger the exception handler middleware by throwing an exception from a Blazor Web App I get an exception about
RemoveNavigationManager
being already initialized.Repro steps:
OnInitialized
method that throws an exceptionExpected result: Exception is thrown and handled by the exception handler middleware so the error page is rendered.
Actual result:
The text was updated successfully, but these errors were encountered: