Hi everyone, we are busy migrating to mendix 9 from mendix 8 . when testing our deeplink pops we got this error. Unsupported value. Anyone else had that issue? com.mendix.core.CoreException: com.mendix.systemwideinterfaces.MendixRuntimeException: Unsupported value: {lookupstring=3650089300001152851748867311} (class java.util.HashMap) at com.mendix.basis.component.ExecutionCore.executeAsyncVarargs(ExecutionCore.scala:142) Caused by: com.mendix.systemwideinterfaces.MendixRuntimeException: Unsupported value: {lookupstring=3650089300001152851748867311} (class java.util.HashMap)
asked
Frankie Dumas
1 answers
8
Hello Frankie,
The error occurs when processing a deep link with a parameter that worked in 8 but fails in 9, verify your deep link URL matches mendix 9 expected formats. Update the Depp link module again from market place and try again.