I am getting the following error in APEX 22.2.4
I have 4 IG with parent → Child → 2 grand child when I navigate records in the child IG I get the following error on the 3rd record I click. the 3rd record is not the position. it could be row 1,2,3 or 6,8,9 or 5,6,1 I always get the error in the 3rd click e.g 3,9,1
All IGs are non-editable and edit is disabled
I recreated the page from scratch but still getting the same error.
cannot read properties of null (reading 'getTotalRecords')
at q.<computed>.<computed>._updateTotalRecords (interactiveGrid.min.js?v=22.2.4:6:28859)
at a.<computed> [as _updateTotalRecords] (desktop_all.min.js?v=22.2.4:31:2889)
at interactiveGrid.min.js?v=22.2.4:6:20149
at q.<computed>.<computed>.<anonymous> (interactiveGrid.min.js?v=22.2.4:6:20585)
at P (interactiveGrid.min.js?v=22.2.4:1:1140)
at Object.forEachInPage (interactiveGrid.min.js?v=22.2.4:1:17129)
at Object.next (interactiveGrid.min.js?v=22.2.4:1:16740)
at Object._drainWaiters (interactiveGrid.min.js?v=22.2.4:1:33590)
at interactiveGrid.min.js?v=22.2.4:1:8479
at c (desktop_all.min.js?v=22.2.4:2:28327)
_
cannot read properties of null (reading 'getRecordMetadata')
at q.<computed>.<computed>.<anonymous> (interactiveGrid.min.js?v=22.2.4:6:16476)
at P (interactiveGrid.min.js?v=22.2.4:1:1140)
at Object.forEachInPage (interactiveGrid.min.js?v=22.2.4:1:17338)
at Object.next (interactiveGrid.min.js?v=22.2.4:1:16740)
at Object._drainWaiters (interactiveGrid.min.js?v=22.2.4:1:33590)
at interactiveGrid.min.js?v=22.2.4:1:8479
at c (desktop_all.min.js?v=22.2.4:2:28327)
at Object.fireWith [as resolveWith] (desktop_all.min.js?v=22.2.4:2:29072)
at s.<computed> [as resolve] (desktop_all.min.js?v=22.2.4:2:30973)
at interactiveGrid.min.js?v=22.2.4:1:8346
(
cannot read properties of null (reading 'serverOffset')
at q.<computed>.<computed>.<anonymous> (interactiveGrid.min.js?v=22.2.4:6:16504)
at P (interactiveGrid.min.js?v=22.2.4:1:1140)
at Object.forEachInPage (interactiveGrid.min.js?v=22.2.4:1:17338)
at Object.next (interactiveGrid.min.js?v=22.2.4:1:16740)
at Object._drainWaiters (interactiveGrid.min.js?v=22.2.4:1:33590)
at interactiveGrid.min.js?v=22.2.4:1:8479
at c (desktop_all.min.js?v=22.2.4:2:28327)
at Object.fireWith [as resolveWith] (desktop_all.min.js?v=22.2.4:2:29072)
at s.<computed> [as resolve] (desktop_all.min.js?v=22.2.4:2:30973)
at interactiveGrid.min.js?v=22.2.4:1:8346
(
@carsten-czarski-oracle @john-snyders-oracle