Hi,
Running PSU 2.3.1 and I get this error message in the admin dashboard;
Status(StatusCode="Unknown", Detail="Stream removed", DebugException="Grpc.Core.Internal.CoreErrorDetailException: {"created":"@1632393220.950000000","description":"Error received from peer ipv6:[::1]:51642","file":"..\..\..\src\core\lib\surface\call.cc","file_line":1067,"grpc_message":"Stream removed","grpc_status":2}")
Anyone who knows what’s the issue? Everything works so I can’t see what’s the issue is.
This can happen when a PowerShell process unexpectedly terminates and the gRPC connection closes but I’m not sure why you would be seeing that in the console. Can you check the logs for more info?
It don’t happen again ofc now when I have debug mode.
But what I did change was that I did notice that I did have active directory loaded two times in the @modal for the same dashboard in dashboards.ps1 so I did remove one of them and now everything works.
Got one more question, is it possible to start one dashboard at the time?
In order so it starts 1 first then when that are running it starts 2 etc,
Sometime I do see that the admin dashboard are flagging that one of my dashboards are not running but it do work to access it. So It’s a false positive.