Error Call JavaScript Action After Taking Photo from Camera

0
 Hello everyone, I’m new to mendix and trying to make a new native app I want to make an app that can use camera just like on the tutorial here https://docs.mendix.com/quickstarts/part2/ I followed the step but got an error after taking a photo   An error occurred while executing an action of NativeMobile.CreateTransaksi.actionButton3: undefined Nanoflow stack:  "Call JavaScript Action" in nanoflow "NativeMobile.CameraNF" Current page: NativeMobile.CreateTransaksi Stack: http://192.168.65.198:8083/index.bundle?platform=android&dev=false&minify=true&app=com.mendix.developerapp.mx9&modulesOnly=false&runModule=true:1005:1809 Me@http://192.168.65.198:8083/index.bundle?platform=android&dev=false&minify=true&app=com.mendix.developerapp.mx9&modulesOnly=false&runModule=true:35:19449 r@http://192.168.65.198:8083/index.bundle?platform=android&dev=false&minify=true&app=com.mendix.developerapp.mx9&modulesOnly=false&runModule=true:35:19154 k@http://192.168.65.198:8083/index.bundle?platform=android&dev=false&minify=true&app=com.mendix.developerapp.mx9&modulesOnly=false&runModule=true:1006:252 u@http://192.168.65.198:8083/index.bundle?platform=android&dev=false&minify=true&app=com.mendix.developerapp.mx9&modulesOnly=false&runModule=true:77:157 http://192.168.65.198:8083/index.bundle?platform=android&dev=false&minify=true&app=com.mendix.developerapp.mx9&modulesOnly=false&runModule=true:77:866 http://192.168.65.198:8083/index.bundle?platform=android&dev=false&minify=true&app=com.mendix.developerapp.mx9&modulesOnly=false&runModule=true:83:1692 p@http://192.168.65.198:8083/index.bundle?platform=android&dev=false&minify=true&app=com.mendix.developerapp.mx9&modulesOnly=false&runModule=true:83:528 N@http://192.168.65.198:8083/index.bundle?platform=android&dev=false&minify=true&app=com.mendix.developerapp.mx9&modulesOnly=false&runModule=true:83:918 callReactNativeMicrotasks@http://192.168.65.198:8083/index.bundle?platform=android&dev=false&minify=true&app=com.mendix.developerapp.mx9&modulesOnly=false&runModule=true:83:3079 value@http://192.168.65.198:8083/index.bundle?platform=android&dev=false&minify=true&app=com.mendix.developerapp.mx9&modulesOnly=false&runModule=true:66:2936 http://192.168.65.198:8083/index.bundle?platform=android&dev=false&minify=true&app=com.mendix.developerapp.mx9&modulesOnly=false&runModule=true:66:1046 value@http://192.168.65.198:8083/index.bundle?platform=android&dev=false&minify=true&app=com.mendix.developerapp.mx9&modulesOnly=false&runModule=true:66:2584 value@http://192.168.65.198:8083/index.bundle?platform=android&dev=false&minify=true&app=com.mendix.developerapp.mx9&modulesOnly=false&runModule=true:66:1005 value@[native code] value@[native code] Anyone knows about this? because I tried to follow the step carefully but still got the error Thanks in advance
asked
1 answers
0

You could check if you are using the correct version of the Native Mobile Resources module for your version of Studio Pro. For Studio Pro version 9.24.x you need v4.0.3 of the Native Mobile Resouces module.
Besides that make sure your access rights are correct, if don’t have security set to ‘off’ in your project.

answered