Hi everyone. I’m working on a simple python function that has a few imported libraries and connects with one of my Data Connection objects (for secrets management). I’ve built the function properly, and it functions in a Live Preview context. However, upon tagging the latest commit and releasing the function to use in automations, I’m facing the following error:
{
"errorCode": "INTERNAL",
"errorName": "Default:Internal",
"errorInstanceId": "5ee2635f-ec82-41ad-b999-b63d17865cb6",
"parameters": {}
}
I’ve tried removing as many dependencies as possible, fixing the Ontology imports, using the function instead in a deployed (non-serverless) environment. The issue still persists.
Has anyone else faced this issue? I’m mainly looking for anyone who has experienced this disparity between the Live Preview and Published/Release environments. My hunch is that it’s failing to provision a serverless instance to run the function, but I have no evidence to support this and have no way of checking.
Thanks in advance for your assistance.
Jon