Unable to add a dashboard using framework 2.9.1 beta

@adam

am still testing PU and found that with version 1.1.0 am unable to add a dashboard using 2.9.1 beta framework.
it will be added successfully when using v3 beta.

the error am getting is failed to add dashboard .

dashboard code

New-UDDashboard -Title "hello" -Content {

New-UDElement -Tag 'h1' -Content {"hello"}
          
}  

error details found in the log file under powershell universal folder

2020-05-22T14:06:30.5249418+00:00 80000016-0000-fe00-b63f-84710c7967bb [INF] Request starting HTTP/1.1 POST http://psu.com/api/v1/dashboard application/json;charset=UTF-8 153 (ca22a1cb)
2020-05-22T14:06:30.5251876+00:00 80000016-0000-fe00-b63f-84710c7967bb [INF] CORS policy execution failed. (09b6f179)
2020-05-22T14:06:30.5258044+00:00 80000016-0000-fe00-b63f-84710c7967bb [INF] Request origin "http://psu.com" does not have permission to access the resource. (a03d560b)
2020-05-22T14:06:30.5288076+00:00 80000016-0000-fe00-b63f-84710c7967bb [INF] Authorization was successful. (0d575a54)
2020-05-22T14:06:30.5288849+00:00 80000016-0000-fe00-b63f-84710c7967bb [INF] Executing endpoint '"UniversalAutomation.DashboardController.Post (Universal.Server)"' (500cc934)
2020-05-22T14:06:30.5291253+00:00 80000016-0000-fe00-b63f-84710c7967bb [INF] Route matched with "{action = \"Post\", controller = \"Dashboard\"}". Executing controller action with signature "Microsoft.AspNetCore.Mvc.IActionResult Post(UniversalAutomation.Dashboard)" on controller "UniversalAutomation.DashboardController" ("Universal.Server"). (122b2fdf)
2020-05-22T14:06:30.5314223+00:00 80000016-0000-fe00-b63f-84710c7967bb [INF] Creating a new dashboard. (23076521)
2020-05-22T14:06:30.5321148+00:00 80000016-0000-fe00-b63f-84710c7967bb [INF] Executed action "UniversalAutomation.DashboardController.Post (Universal.Server)" in 2.9068ms (afa2e885)
2020-05-22T14:06:30.5322494+00:00 80000016-0000-fe00-b63f-84710c7967bb [INF] Executed endpoint '"UniversalAutomation.DashboardController.Post (Universal.Server)"' (99874f2b)
2020-05-22T14:06:30.5341223+00:00 80000016-0000-fe00-b63f-84710c7967bb [ERR] An unhandled exception has occurred while executing the request. (48a46595)
System.NullReferenceException: Object reference not set to an instance of an object.
   at UniversalAutomation.DashboardController.Post(Dashboard dashboard) in E:\src\universal\src\Universal.Server\Controllers\DashboardController.cs:line 44
   at lambda_method(Closure , Object , Object[] )
   at Microsoft.Extensions.Internal.ObjectMethodExecutor.Execute(Object target, Object[] parameters)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.SyncActionResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeActionMethodAsync()
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)
   at Microsoft.AspNetCore.Mvc.Infrastructure.ControllerActionInvoker.InvokeNextActionFilterAsync()
--- End of stack trace from previous location where exception was thrown ---
   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 where exception was thrown ---
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeNextResourceFilter>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 where exception was thrown ---
   at Microsoft.AspNetCore.Mvc.Infrastructure.ResourceInvoker.<InvokeAsync>g__Logged|17_1(ResourceInvoker invoker)
   at Microsoft.AspNetCore.Routing.EndpointMiddleware.<Invoke>g__AwaitRequestTask|6_0(Endpoint endpoint, Task requestTask, ILogger logger)
   at Microsoft.AspNetCore.Authentication.AuthenticationMiddleware.Invoke(HttpContext context)
   at Microsoft.AspNetCore.Authorization.AuthorizationMiddleware.Invoke(HttpContext context)
   at Universal.Server.Middleware.RoutingMiddleware.Invoke(HttpContext httpContext, IPolicyEvaluator policyEvaluator) in E:\src\universal\src\Universal.Server\Middleware\RoutingMiddleware.cs:line 63
   at Microsoft.AspNetCore.Session.SessionMiddleware.Invoke(HttpContext context)
   at Microsoft.AspNetCore.Session.SessionMiddleware.Invoke(HttpContext context)
   at Microsoft.AspNetCore.Diagnostics.ExceptionHandlerMiddleware.<Invoke>g__Awaited|6_0(ExceptionHandlerMiddleware middleware, HttpContext context, Task task)
2020-05-22T14:06:30.5347790+00:00 80000016-0000-fe00-b63f-84710c7967bb [INF] Request finished in 9.8878ms 404  (791a596a)

Hmmm ok. I we are going to be releasing a new version (1.1.1) on Monday. Hopefully that resolves this issue. I havent specifically seen this but I can also add 2.9.1 dashboards on 1.1.1.