After upgrade to 2.1, I not able to return any data with a custom scripting service.
Just for example, using 2.0.4, this v8js script works fine:
return {"test":"ok"};
but after upgrading to 2.1, i get a blank response. No errors in df log.
After upgrade to 2.1, I not able to return any data with a custom scripting service.
Just for example, using 2.0.4, this v8js script works fine:
return {"test":"ok"};
but after upgrading to 2.1, i get a blank response. No errors in df log.