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
I am unsure how to reproduce as there doesn't seem to be much indication in my logs.
The problem I have is that I keep getting this error popping up:
(node:33) UnhandledPromiseRejectionWarning: Error: 14 UNAVAILABLE: Failed to start call on picked subchannel
at Object.callErrorFromStatus (/api/node_modules/@grpc/grpc-js/src/call.ts:79:24)
at Http2CallStream.<anonymous> (/api/node_modules/@grpc/grpc-js/src/client.ts:155:18)
at Http2CallStream.emit (events.js:333:22)
at Http2CallStream.EventEmitter.emit (domain.js:485:12)
at /api/node_modules/@grpc/grpc-js/src/call-stream.ts:183:14
at processTicksAndRejections (internal/process/task_queues.js:79:11)
The text was updated successfully, but these errors were encountered:
Manual copy of: googleapis/nodejs-firestore#890
Environment details
@google-cloud/firestore
version: 3.3.4Steps to reproduce
I am unsure how to reproduce as there doesn't seem to be much indication in my logs.
The problem I have is that I keep getting this error popping up:
The text was updated successfully, but these errors were encountered: