I recently migrated from TrueNAS CORE to SCALE. Pools and everything came over as expected and pretty much everything seems to work except the main dashboard. The widgets never populate. If I navigate to reporting I can view metrics for everything. The main dashboard is throwing this javascript error in the console:
Code:
error-handler.service.ts:35 TypeError: Cannot read properties of undefined (reading 'state')
at resources-usage-store.service.ts:106:68
at Array.forEach (<anonymous>)
at resources-usage-store.service.ts:100:40
at Array.forEach (<anonymous>)
at Object.next (resources-usage-store.service.ts:79:20)
at A.subscribe.P (tap.js:17:81)
at d._next (OperatorSubscriber.js:13:21)
at d.next (Subscriber.js:31:18)
at take.js:12:32
at d._next (OperatorSubscriber.js:13:21)
handleError @ error-handler.service.ts:35
next @ core.mjs:27015
next @ Subscriber.js:91
_next @ Subscriber.js:60
next @ Subscriber.js:31
(anonymous) @ Subject.js:34
d @ errorContext.js:19
next @ Subject.js:27
emit @ core.mjs:22733
(anonymous) @ core.mjs:26275
invoke @ zone.js:368
run @ zone.js:129
runOutsideAngular @ core.mjs:26148
onHandleError @ core.mjs:26275
handleError @ zone.js:372
runTask @ zone.js:176
invokeTask @ zone.js:483
M.invoke @ zone.js:472
C.M.args.<computed> @ zone.js:2347
Show 18 more frames
Show less