Hello,I'm building an application in Project firefly that will be used
to launch a daily automation that ends loading data into Customer
Attributes FTP (Target). I've tested the code of the function by calling
it from the development web interface (after aio app run) and invoking
it directly from the terminal (aio rt action invoke). In both cases, it
is working perfectly. The problems come when I try to launch the
function daily in an automated way. I'm using nodejs:12, and it seems
that it's ch...