The NCA-toolkit node in my n8n automation stopped working recently
The Job logs are saying I'm missing these variables:
- GCP_JOB_PATH
- GCP_JOB_PAYLOAD
I'm assuming this is related to the recent update of the NCA Toolkit repo, since cloud run is pulling the latest image
I'm no expert so doing my best to connect the dots... anyone have some insight on this?
Thank you
UPDATE: I forked the repo and then connected it to my service, then built and deployed. My source is now a 'repository', rather than a 'container'.
I then recreated my Job in us-central1... seems there's some hard code in the nca image that looks for a Job there and I couldn't override it with variables
After those 2 changes it worked