With versions 2.0.0 and 2.0.3 I'm getting this error when I try to access a bucket from Cloud Storage from a container running in my GKE cluster:
"RangeError: Maximum call stack size exceeded",
" at replaceProjectIdToken (/code/node_modules/@google-cloud/projectify/src/index.ts:27:1)",
" at replaceProjectIdToken (/code/node_modules/@google-cloud/projectify/src/index.ts:36:22)",
" at /code/node_modules/@google-cloud/projectify/src/index.ts:29:42",
" at Array.map ()",
" at replaceProjectIdToken (/code/node_modules/@google-cloud/projectify/src/index.ts:29:33)",
" at replaceProjectIdToken (/code/node_modules/@google-cloud/projectify/src/index.ts:36:22)",
" at replaceProjectIdToken (/code/node_modules/@google-cloud/projectify/src/index.ts:36:22)",
" at /code/node_modules/@google-cloud/projectify/src/index.ts:29:42",
I downgraded to version 1.7.0 and it works now.
The nodejs-logging project had a similar issue created and resolved a few months ago googleapis/nodejs-logging#87 (in case it can help)
Thank you!
With versions 2.0.0 and 2.0.3 I'm getting this error when I try to access a bucket from Cloud Storage from a container running in my GKE cluster:
"RangeError: Maximum call stack size exceeded",
" at replaceProjectIdToken (/code/node_modules/@google-cloud/projectify/src/index.ts:27:1)",
" at replaceProjectIdToken (/code/node_modules/@google-cloud/projectify/src/index.ts:36:22)",
" at /code/node_modules/@google-cloud/projectify/src/index.ts:29:42",
" at Array.map ()",
" at replaceProjectIdToken (/code/node_modules/@google-cloud/projectify/src/index.ts:29:33)",
" at replaceProjectIdToken (/code/node_modules/@google-cloud/projectify/src/index.ts:36:22)",
" at replaceProjectIdToken (/code/node_modules/@google-cloud/projectify/src/index.ts:36:22)",
" at /code/node_modules/@google-cloud/projectify/src/index.ts:29:42",
I downgraded to version 1.7.0 and it works now.
The nodejs-logging project had a similar issue created and resolved a few months ago googleapis/nodejs-logging#87 (in case it can help)
Thank you!