I'm running into a problem with one of our Apex apps where if I attempt to edit most of the pages, the editor hangs while loading the page with a spinning circle. I'm assuming this is due to the 24.2 upgrade but we've not had to edit this particular app in months. Everything is still running OK, we are just unable to change any of these pages. I'm seeing the following error in the browser console:-
Uncaught TypeError: Cannot read properties of undefined (reading 'grid')
at fe._getGridParams (pe.model.min.js?v=24.2.2:4:102810)
at fe._setGridProperties (pe.model.min.js?v=24.2.2:4:105137)
at t (pe.model.min.js?v=24.2.2:4:43487)
at me (pe.model.min.js?v=24.2.2:4:43509)
at Object.setCurrentPageId (pe.model.min.js?v=24.2.2:4:136920)
at Array.<anonymous> (f4000_p4500.min.js?v=24.2.2:4:15628)
at c (desktop_all.min.js?v=24.2.2:5:28402)
at Object.fireWith [as resolveWith] (desktop_all.min.js?v=24.2.2:5:29150)
at desktop_all.min.js?v=24.2.2:5:31343
at c (desktop_all.min.js?v=24.2.2:5:28402)
I can still export the pages. Importing them onto an app on oracle.apex.com results in the same issue. I've attached a basic page as an example which can be used to reproduce this.
f125_page_8.sql
I'm hoping to avoid having to recreate everything from scratch. Anyone got any ideas?