-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Closed
Description
Provide environment information
trigger.dev@latest
Describe the bug
Staging deploy fails during the Docker build index step (managed-index-controller.mjs). The project uses Google Cloud Spanner (or another gRPC/Google client). When the indexer loads the project, gRPC tries to get metadata/credentials and fails with:
Getting metadata from plugin failed with error: error:1E08010C:DECODER routines::unsupported
Stack trace points at @grpc/grpc-js and @google-cloud/spanner. Production deploy with the same code succeeds; only staging fails. Likely an OpenSSL/Node or build-environment difference between staging and production.
Reproduction repo
n/a
To reproduce
- Create a project that imports or uses @google-cloud/spanner (or another gRPC/Google client).
- Deploy to staging (e.g. Trigger staging environment).
- Build fails at index step with the DECODER/grpc-js error above.
- Deploy the same code to production; build succeeds.
Additional information
- Build log snippet showing the failure is in: RUN node .../managed-index-controller.mjs (indexer step).
- Same code, same trigger.config; only staging fails. Suggests staging vs production build image or env difference.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels