You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 17, 2026. It is now read-only.
Is this a client library issue or a product issue?
Product
Did someone already solve this?
Not that I know of.
Do you have a support contract?
No
Environment details
OS: Ubuntu, Windows, Mac
Node.js version: 20.10.0
npm version: 10.2.5
@google-cloud/pubsub version: 4.3.0
Steps to reproduce
After upgrading to 4.3.0, there's an error without proper stacktrace due to asynchronous usage that seems to be coming out of the createSubscription method invocation:
TypeError: this.auth.getUniverseDomain is not a function
at GrpcClient.createStub (/usr/engineering/backend/node_modules/google-gax/src/grpc.ts:418:48)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
Is this a client library issue or a product issue?
Product
Did someone already solve this?
Not that I know of.
Do you have a support contract?
No
Environment details
@google-cloud/pubsubversion: 4.3.0Steps to reproduce
After upgrading to 4.3.0, there's an error without proper stacktrace due to asynchronous usage that seems to be coming out of the
createSubscriptionmethod invocation:Everything works when reverting to 4.2.0.