JS error on my app (trying to run a server-side action)

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:
Screen Shot 2020-07-22 at 5.58.49 PM

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

This topic was automatically closed after 14 days. New replies are no longer allowed.