Hi,
I am trying to get my CDM model to work in the react app. The setup for relationships I already did, see here, and it works.
In the preview app control (PAC) the CDM works fine, but within the react app it doesn’t.
What I did was following the steps mentioned here. My appsetup.ts now has the following changes:

(for createCdmMiddlewares(createEngineMiddlewares()), it won’t let me pass createEngineMiddlewares() as an argument. but i think it can also be skipped, as it is still passed as an argument internally!?)
When running my react app, the CDM overview always appears as “disabled”:

And I have the following error in the console:
core/application Error while loading activity (ID 2)
...
Object { code: -32601, message: "method not found" }
What could I be missing here?