Here’s the console error logs from the blank backend settings page:
Uncaught TypeError: Cannot read properties of undefined (reading ‘unstable_scheduleCallback’)
at n (react-dom.min.js?ver=18.3.1:10:105894)
at react-dom.min.js?ver=18.3.1:10:129073
at react-dom.min.js?ver=18.3.1:10:129108
index.js?ver=1726168565:2 Uncaught TypeError: eh is not a function at HTMLDocument.<anonymous> (index.js?ver=1726168565:2:841280)(anonymous)@index.js?ver=1726168565:2
Error logs from the frontend form that no longer loads:
react-dom.min.js?ver=18.3.1:10 Uncaught TypeError: Cannot read properties of undefined (reading ‘unstable_scheduleCallback’)
at n (react-dom.min.js?ver=18.3.1:10:105894)
at react-dom.min.js?ver=18.3.1:10:129073
at react-dom.min.js?ver=18.3.1:10:129108
forms.js?ver=1726168565:2 Uncaught TypeError: er is not a function
at forms.js?ver=1726168565:2:54608
at NodeList.forEach ()
at e (forms.js?ver=1726168565:2:54342)
at HTMLDocument. (forms.js?ver=1726168565:2:54673)
-
This reply was modified 3 months, 3 weeks ago by
mcsteebler.