mikegin
mikegin
@bcoe Here is some more output with the `DEBUG_AUTH` set to `true` ``` { FetchError: network timeout at: http://metadata.google.internal./computeMetadata/v1/instance at Timeout. (/node_modules/node-fetch/lib/index.js:1448:13) at ontimeout (timers.js:436:11) at tryOnTimeout (timers.js:300:5) at listOnTimeout...
@bcoe I will try that. So far I found setting K_SERVICE=true (based on the code in the gcp-metadata library) has helped. I redeployed 10 times or so to test and...
`DETECT_GCP_RETRIES=3` also seems to work. Thanks @bcoe!
Adding a "Troubleshooting" section in the README with the issue and solution would be good. Even mentioning the `DEBUG_AUTH` would be great, as it helped with further diagnosis.