Critical error with image in Bootstrap RTE

0
Upload of an image in the RTE results in: Jan 4 14:35:15.625 127.0.0.1 tr10000: CRITICAL - ActorSystem: Uncaught fatal error from thread [MxRuntimeSystem-akka.actor.action-dispatcher-6] shutting down ActorSystem [MxRuntimeSystem] Jan 4 14:35:15.643 127.0.0.1 tr10000: CRITICAL - ActorSystem: (1/1025) java.lang.StackOverflowError: null Jan 4 14:35:15.644 127.0.0.1 tr10000: CRITICAL - ActorSystem: (2/1025) at java.lang.Character.codePointAt(Unknown Source) Jan 4 14:35:15.644 127.0.0.1 tr10000: CRITICAL - ActorSystem: (3/1025) at java.util.regex.Pattern$CharProperty.match(Unknown Source) Jan 4 14:35:15.645 127.0.0.1 tr10000: CRITICAL - ActorSystem: (4/1025) at java.util.regex.Pattern$Branch.match(Unknown Source) Jan 4 14:35:15.645 127.0.0.1 tr10000: CRITICAL - ActorSystem: (5/1025) at java.util.regex.Pattern$GroupHead.match(Unknown Source) Jan 4 14:35:15.645 127.0.0.1 tr10000: CRITICAL - ActorSystem: (6/1025) at java.util.regex.Pattern$LazyLoop.match(Unknown Source) Jan 4 14:35:15.645 127.0.0.1 tr10000: CRITICAL - ActorSystem: (7/1025) at java.util.regex.Pattern$GroupTail.match(Unknown Source) What is required for uploading and processing images in this widget?
asked
2 answers
0

Jos,

Does this have to do with the Bootstrap RTE editor? If so, I think there might be something wrong with your Microflow. The image is not uploaded, but inserted in the text as a base64 encoded string. FYI: I just updated the widget fixing a couple of issues. The widget is submitted for approval, so I guess it will be updated in the AppStore today. Latest version can also be retrieved from Github

answered
0

Found it. An BCo microflow in the entity stripped the HTML away and that resulted in this strange error.

answered