Deeplink module: java.lang.IllegalArgumentException: Super class should not be null

1
I am trying to get the deeplink module to work. When I try a link it fails with his stacktrace. Am I doing something obvious wrong? java.lang.IllegalArgumentException: Super class should not be null at com.mendix.core.Core.execute(SourceFile:197) at deeplink.actions.ExecuteDeeplink.executeAction(ExecuteDeeplink.java:69) at deeplink.actions.ExecuteDeeplink.executeAction(ExecuteDeeplink.java:25) at com.mendix.systemwideinterfaces.core.UserAction.execute(SourceFile:49) at com.mendix.core.actionmanagement.CoreAction.call(SourceFile:473) at ie.b(SourceFile:155)
asked
2 answers
2

Are you sure the object passed from the Deeplink to the microflow is the same entity as the microflow is expecting?

answered
0

"Super class should not be null at com.mendix.core.Core.execute(SourceFile:197)"

The exception does not come from the deeplink, but from the Microflow that is being invoked.

answered