I am getting alot of thoes now in my grids that run serverside
I can see in the log also:
16:27:22 [Warn] PowerShellExecutionService Error executing endpoint CaseOverviewNeglected. Object reference not set to an instance of an object.
at , : line 6
line 6 should be: "Select-Object -Skip $Skip -First $Take | "
but this is not happening all the time ?
this is possible after I moved the dashboard to a new server.
I am running in IIS, Windows server 2019, Asp.net core hosting bundle 2.1.17
executed under Powershell v7 RTM.
UD is 2.9.0 Enterprise
22:20:42 [Warn] PowerShellExecutionService Error executing endpoint ID. Object reference not set to an instance of an object.
at , : line 6
22:20:42 [Debug] ComponentController ConvertToActionResult() {“Error”:{“message”:“Object reference not set to an instance of an object.”,“location”:null,“type”:“error”,“id”:null,“refreshInterval”:0,“autoRefresh”:false,“hasCallback”:false}}
I realise the error is sort of generic and can be caused by potentially different things, but I’ve been getting ‘Object reference not set to an instance of an object.’ on one of my pages in UD2.9.0 and wasn’t sure where to start with my troubleshooting.
When I refresh my page, it instantly goes away, so not sure if its on the first initialisation or not.
Searching for the error in the forum I can see a few people have had this but there doesn’t seem to have been any follow up, out of interest was there ever a solution to this? I’m hoping whatever caused this for others may point me in the right direction with mine