I'm trying to deploy with the latest version and I'm getting this error
Serverless: Invoke invoke
{
"errorMessage": "Process error code 1: ",
"errorType": "Error",
"stackTrace": [
"ChildProcess.<anonymous> (/var/task/handler.js:47:23)",
"emitTwo (events.js:106:13)",
"ChildProcess.emit (events.js:191:7)",
"maybeClose (internal/child_process.js:886:16)",
"Process.ChildProcess._handle.onexit (internal/child_process.js:226:5)"
]
}
Error --------------------------------------------------
Invoked function failed
For debugging logs, run again after setting the "SLS_DEBUG=*" environment variable.
Stack Trace --------------------------------------------
This is a fresh install (no modifications).
Anybody else facing this problem with the latest version? Is this because of the new PHP file (earlier it was working fine).
I'm trying to deploy with the latest version and I'm getting this error
This is a fresh install (no modifications).
Anybody else facing this problem with the latest version? Is this because of the new PHP file (earlier it was working fine).