I tried to update my application to A12 2022.06 LTS. When I load an overview activity. It’s called Activity/LOAD_DATA, then Client engine try to load models (overview models, document models).
The problem when call StoreSagas.waitForStateChange(modelsLoaded(modelDescriptors)), the console log the error tre with message: Maximum call stack size exceeded. I cannot go further to debug why it is. Can anyone help me?
// @com.mgmtp.a12.client/client-core/src/core/application/internal/adapter/createDataProviderForDataLoader.ts
const models = yield* call(() =>
StoreSagas.waitForStateChange(modelsLoaded(modelDescriptors))
);