2.8.3 to 2.11.1 Upgrade - Dashboard unable to Load

Product: PowerShell Universal
Version: 2.11.1

Upgraded from 2.8.3 to 2.11.1
Existing dashboards were running but were failing to load upon login. Once user logged in, dashboard page displayed “One or more errors occurred” instead of displaying the dashboard content.

The “-Page” parameter in the “New-UDDashboard” cmdlet was changed to “-Pages”. After updating the parameter

from -page (PSU version 2.8.3)
to -pages (PSU version 2.11.1),

the dashboards started displaying correctly again.