As the title states, the DashboardWidget uses a non-existing (probably no-longer-existing) route:
|
$this->url->linkToRouteAbsolute('notes.page.create'), |
This is a minor issue as the actually used routes are generated by the Vue backend, nevertheless the dashboard-app calls DashboardWidget::getWidgetButtons() which seemingly contains unused and obsolete code.