I recently started getting this error any time I use the API (whether mutations or reports):
TypeError: this.auth.getUniverseDomain is not a function
at GrpcClient.createStub (/.../node_modules/google-gax/src/grpc.ts:418:48)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
Unfortunately this stack trace is not very useful.
This is really odd because it seems to have started suddenly. I recently upgraded to v14 from v13, but it worked fine when I first updated. This error seems to have started occurring yesterday.
This is how I am attempting to create a report, but again it seems to happen for any request. The error is getting thrown during the query function.
I recently started getting this error any time I use the API (whether mutations or reports):
Unfortunately this stack trace is not very useful.
This is really odd because it seems to have started suddenly. I recently upgraded to v14 from v13, but it worked fine when I first updated. This error seems to have started occurring yesterday.
This is how I am attempting to create a report, but again it seems to happen for any request. The error is getting thrown during the
query
function.