Hi, Im getting a similar error:
C:\Users\Lenovo\myproject\node_modules\google-gax\build\src\normalCalls\retries.js:66
const error = new googleError_1.GoogleError(`Total timeout of API ${apiName} exceeded ${retry.backoffSettings.totalTimeoutMillis} milliseconds before any response was received.`);
^
GoogleError: Total timeout of API google.logging.v2.LoggingServiceV2 exceeded 60000 milliseconds before any response was received.
at repeat (C:\Users\Lenovo\myproject\node_modules\google-gax\build\src\normalCalls\retries.js:66:31)
at Timeout._onTimeout (C:\Users\Lenovo\myproject\node_modules\google-gax\build\src\normalCalls\retries.js:101:25)
at listOnTimeout (node:internal/timers:557:17)
at processTimers (node:internal/timers:500:7) {
code: 4
}
Im using:
"@google-cloud/language": "^4.2.8",
"@google-cloud/logging": "^9.6.2",
"@google-cloud/storage": "^5.15.0",
with: "google-gax": "^2.28.1".
I'm running a nestjs app and using Google Logging for NodeJS
Thanks a lot in advance for your help!
Originally posted by @yhernesto in #972 (comment)
Hi, Im getting a similar error:
Im using:
"@google-cloud/language": "^4.2.8",
"@google-cloud/logging": "^9.6.2",
"@google-cloud/storage": "^5.15.0",
with: "google-gax": "^2.28.1".
I'm running a nestjs app and using Google Logging for NodeJS
Thanks a lot in advance for your help!
Originally posted by @yhernesto in #972 (comment)