Unable to start Dashboard

New thread because this looks to be a different issue then the one here: Unable to Start Dashboard - 1.2.2 IIS - #14 by zach.hewlett

Error

Add-Log

Add-Log -requester “SYSTEM” -message “Starting Dashboard” -type “Startup”

Working on converting over from a standalone dashboard to using Universal and i am not able to figure out why this seems to be causing the Dashboard to not start up, nor why it seems to be expecting a hashtable.

That function just adds a log in the database that the dashboard has been started and it returns a 1 when it completes successfully.

Any ideas?

It’s expecting a single hashtable to be returned from the dashboard script. That hashtable is what is created by New-UDDashboard. This is something I want to fix because if you drop anything else on the pipeline before the dashboard, you’ll run into this problem.