UseExceptionHandler is not working is Blazor
I want to show any unhandled errors in Blazor. I added UseExceptionHandler, but when I try to test it, it shows nothing. I do with "ASPNETCORE_ENVIROMENT: Production" value. I know about ErrorBoundary approach, but it's not what I want to do.