Why do I keep get this ResolveError in script node even if there is only one line code which tries to log info in the script node?
Error: {“statusCode”:400,“status”:400,“customCode”:“ResolveError”,“errors”:[{“msg”:"{“errors”:…
Code: console.log(context);
@aojwen
Please do not attempt to console.log. It will not work.
For your troubleshooting please use koreDebugger.log(' < debug statement> ');
insside a script node.