Hi,
I need to use an NPM package to run a small javascript script server-side.
I created a plugin, in the actions tab I have a plain function:
function(properties, context) {
console.log('hi');
}
Then I try to run this action from inside my app’s workflow. I get these errors:
I attempted to raise a bug report with the bubble team but got a response that “We are not able to offer support for custom code at this time”. So I’m trying my luck in the forum.
Thanks,
S