Image type of camera image is not supported. Nanoflow stack: Call JavaScript Action: NanoflowCommons.Base64DecodeToImage in nanoflow MyFirstModule.NF_Commit_FlowChartObject Error: Image type of camera image is not supported. at m (http://localhost:8080/mxclientsystem/mxui/mxui.js?638892916531118402:61:22163) at async http://localhost:8080/mxclientsystem/mxui/mxui.js?6388929165311

0
d    I'm using a custom React widget in Mendix to generate a flowchart diagram. This diagram is converted into a base64 image using html2canvas and then passed to a Mendix string attribute (OutputImg) via a widget property. In my nanoflow, I use NanoflowCommons.Base64DecodeToImage to convert the base64 string into an Image object and store it in an Image-type attribute of an entity. However, when I run the nanoflow, I get the following error:   Image type of 'camera image' is not supported. Nanoflow stack:"Call JavaScript Action: NanoflowCommons.Base64DecodeToImage" in nanoflow "MyFirstModule.NF_Commit_FlowChartObject"
asked
0 answers