this works for me:
edit
wp-content/plugins/widgetize-pages-light/include/otw_components/otw_shortcode/otw_shortcode.class.php
on line 192
$plugin_array[ $this->tinymce_button_key ] = $this->component_url.'/js/otw_shortcode_tinymce_plugin.js';
to
$plugin_array[ $this->tinymce_button_key ] = $this->component_url.'js/otw_shortcode_tinymce_plugin.js';
then load
otw_shortcode_tinymce_plugin.js
in this folder:
wp-content/plugins/widgetize-pages-light/include/otw_components/otw_shortcode/js/
wget https://pagecdn.io/plugin/wp-widgets-as-shortcodes/1.5/include/otw_components/otw_shortcode/js/otw_shortcode_tinymce_plugin.js