We recently upgraded from APEX 21.2.5 to 22.1.4 and ORDS from 21.1.1.r1162032 to 22.2.1.r2021302. After this change, we are running into a couple of errors:
First Issue: On load of pages using Faceted Search we are getting a JavaScript error in APEX native library desktop.all.min.js?v=22.1.4
at Object.on (desktop.all.min.js?v=22.1.4:13:733)
at HTMLDocument.<anonymous> (desktop.all.min.js?v=22.1.4:13:2014)
at e (desktop.all.min.js?v=22.1.4:2:30038)
at t (desktop.all.min.js?v=22.1.4:2:30040)
Second Issue: On pages using shuttle controls, the app warns that a value is not supplied for mandatory controls for which a value IS already supplied when the page is loaded. If the user makes a change in the control, e.g. removes the selected item and then replaces it, then they will not receive this warning. Basically, every time the user changes anything else on the page, they receive this (false) error.
We have completely identical setups in two environments using exactly the same code base against both versions. In the prior version, neither of these issues occur. The only difference between the two environments is the upgrade.

