Cant run scripts from Powershell Universal

Hello Adam, I am getting the following error message when trying to execute a script in universal version 2.8.0. This is happening for any script that I create using Automation/Scripts

404 - File or directory not found.

Server Error

404 - File or directory not found.

The resource you are looking for might have been removed, had its name changed, or is temporarily unavailable.

Can you please grab a log file from %ProgramData%\PowerShellUniversal? There may be more information as to what might be happening.

Thanks Adam, this is what I see in the logs

System.NullReferenceException: Object reference not set to an instance of an object.
at UniversalAutomation.Services.DashboardsConfigurationScript.OnWriteBeforeAsync(Dashboard dashboard) in D:\a\universal\universal\src\Universal.Server\Services\Configuration\Dashboards.cs:line 122
at UniversalAutomation.Services.ConfigurationScript1.WriteAsync(T item, Identity identity) in D:\a\universal\universal\src\Universal.Server\Services\Configuration\ConfigurationScript.cs:line 121 at UniversalAutomation.Services.UniversalConfigurationService.WriteAsync(Object item, Identity identity) in D:\a\universal\universal\src\Universal.Server\Services\UniversalConfigurationService.cs:line 184 at UniversalAutomation.Services.UniversalConfigurationService.WriteAndSyncAsync[T](T item, Identity identity) in D:\a\universal\universal\src\Universal.Server\Services\UniversalConfigurationService.cs:line 166 at UniversalAutomation.DashboardController.Put(Int64 id, Dashboard dashboard) in D:\a\universal\universal\src\Universal.Server\Controllers\DashboardController.cs:line 184 2022-07-06 08:58:47.058 -04:00 [ERR] Error writing dashboard configuration. System.NullReferenceException: Object reference not set to an instance of an object. at UniversalAutomation.Services.DashboardsConfigurationScript.OnWriteBeforeAsync(Dashboard dashboard) in D:\a\universal\universal\src\Universal.Server\Services\Configuration\Dashboards.cs:line 122 at UniversalAutomation.Services.ConfigurationScript1.WriteAsync(T item, Identity identity) in D:\a\universal\universal\src\Universal.Server\Services\Configuration\ConfigurationScript.cs:line 121
at UniversalAutomation.Services.UniversalConfigurationService.WriteAsync(Object item, Identity identity) in D:\a\universal\universal\src\Universal.Server\Services\UniversalConfigurationService.cs:line 184
at UniversalAutomation.Services.UniversalConfigurationService.WriteAndSyncAsync[T](T item, Identity identity) in D:\a\universal\universal\src\Universal.Server\Services\UniversalConfigurationService.cs:line 166
at UniversalAutomation.DashboardController.Put(Int64 id, Dashboard dashboard) in D:\a\universal\universal\src\Universal.Server\Controllers\DashboardController.cs:line 184
2022-07-06 09:00:14.095 -04:00 [ERR] Error writing dashboard configuration.
System.NullReferenceException: Object reference not set to an instance of an object.
at UniversalAutomation.Services.DashboardsConfigurationScript.OnWriteBeforeAsync(Dashboard dashboard) in D:\a\universal\universal\src\Universal.Server\Services\Configuration\Dashboards.cs:line 122
at UniversalAutomation.Services.ConfigurationScript1.WriteAsync(T item, Identity identity) in D:\a\universal\universal\src\Universal.Server\Services\Configuration\ConfigurationScript.cs:line 121 at UniversalAutomation.Services.UniversalConfigurationService.WriteAsync(Object item, Identity identity) in D:\a\universal\universal\src\Universal.Server\Services\UniversalConfigurationService.cs:line 184 at UniversalAutomation.Services.UniversalConfigurationService.WriteAndSyncAsync[T](T item, Identity identity) in D:\a\universal\universal\src\Universal.Server\Services\UniversalConfigurationService.cs:line 166 at UniversalAutomation.DashboardController.Put(Int64 id, Dashboard dashboard) in D:\a\universal\universal\src\Universal.Server\Controllers\DashboardController.cs:line 184 2022-07-06 09:00:23.176 -04:00 [ERR] An unhandled exception has occurred while executing the request. System.NullReferenceException: Object reference not set to an instance of an object. at UniversalAutomation.DashboardController.Put(Int64 id, Dashboard dashboard) in D:\a\universal\universal\src\Universal.Server\Controllers\DashboardController.cs:line 184 at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfIActionResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.<InvokeActionMethodAsync>g__Awaited|12_0(ControllerActionInvoker invoker, ValueTask1 actionResultValueTask)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.g__Awaited|10_0(ControllerActionInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Rethrow(ActionExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeInnerFilterAsync()
— End of stack trace from previous location —
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.g__Awaited|24_0(ResourceInvoker invoker, Task lastTask, State next, Scope scope, Object state, Boolean isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Rethrow(ResourceExecutedContextSealed context)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.InvokeFilterPipelineAsync()
— End of stack trace from previous location —