Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

Apex page editor hanging after upgrade to 24.2

Richard PicklesFeb 13 2025

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?

Comments

BluShadow Mar 18 2024

Oracle support documents are available to paying customers through the support portal: support.oracle.com

If you are not a paying customer then I'm afraid you won't have access to the document, and it is a breach of any customer's agreement with Oracle to supply such support documents to others.

1 - 1

Post Details

Added on Feb 13 2025
6 comments
140 views