Invalid Cloud Action Destination - Even after re-creation

Randomly started getting this error for Cloud Action which hasn’t been editted in at least a year.

First thought it was case sensitivity, original action was ‘allDeviceStreamsNew’, change to lower case in the new function:

function(event) {
** var deviceName = event.path.split(“/”)[3];**


** return {**
** “/company_name/alldevicestreamsnew”: [{“elems”: {“device”: deviceName, “event”: event.elems.virtual,“creationDate”: event.creationDate}}]**
** }**


}

I’ve created deleted and re-created both cloud action and connectors to see if it was just on octave’s end. Still have no idea; anyone getting this error recently?