SmartClient Version: v13.0p_2023-10-18/Enterprise Deployment (built 2023-10-18)
Chrome on MacOS
Hello, I've got an application where I use the timing tab in the developer console, now I've tried to use it in another application but I don't see the tree with the detail:
even if there is the timing section in the responses. In the chrome console of the dev console window I see this js error:
any hints? What might be missing?
Chrome on MacOS
Hello, I've got an application where I use the timing tab in the developer console, now I've tried to use it in another application but I don't see the tree with the detail:
even if there is the timing section in the responses. In the chrome console of the dev console window I see this js error:
Code:
ISC_Core.js?isc_version=v13.0p_2023-10-18.js:331 Uncaught TypeError: Cannot read properties of null (reading 'rpcs') at _3.updateTransactionRecord (<anonymous>:150:942) at _3.call (ISC_Core.js?isc_version=v13.0p_2023-10-18.js:2935:114) at _3.handlePacket (ISC_Core.js?isc_version=v13.0p_2023-10-18.js:2925:208) at _3.packetReceived (ISC_Core.js?isc_version=v13.0p_2023-10-18.js:2927:164) at _3.receive (ISC_Core.js?isc_version=v13.0p_2023-10-18.js:2915:80) at _3.isc_c_Class_fireCallback [as fireCallback] (ISC_Core.js?isc_version=v13.0p_2023-10-18.js:331:252) at _3.isc_c_Timer__fireTimeout [as $in] (ISC_Core.js?isc_version=v13.0p_2023-10-18.js:2170:6) at ISC_Core.js?isc_version=v13.0p_2023-10-18.js:2165:40
Comment