Error: There was an unhandled exception on the current circuit, so this circuit will be terminated. For more details turn on detailed exceptions by setting 'DetailedErrors: true' in 'appSettings.Development.json' or set 'CircuitOptions.DetailedErrors'.
services.AddServerSideBlazor().AddCircuitOptions(options => { options.DetailedErrors = true; });