GCP Cloud Build Fails with 'Cannot read properties of undefined' Error When Using Custom Node.js Dockerfile
👀 Views: 0
💬 Answers: 1
📅 Created: 2025-06-14
gcp cloud-build docker node.js
I'm currently facing an issue with GCP Cloud Build where my builds fail with the error message `Cannot read properties of undefined (reading 'split')`. This occ...