Error during rendering report: Unsupported module in tasks
-
Hi,
i am trying to render report which calls testdateformat function
function testdateformat (data) {
var dateFormat = require('dateformat');
var now = new Date();
dateFormat(now, "dddd, mmmm dS, yyyy, h:MM:ss TT");
}i am getting error as 'Error during rendering report: Unsupported module in tasks'
i have added the AWS configuration as below.
Property Name as 'tasks_ allowedModules'
Property Value as '*'but still i am getting this issue
-
'tasks_ allowedModules' what about that space?
-
thanks it is working now