Skip to content
This repository was archived by the owner on Apr 3, 2024. It is now read-only.
This repository was archived by the owner on Apr 3, 2024. It is now read-only.

2.5.0: nginx connection refused while connecting to upstream (502) #420

@adriaanmeuris

Description

@adriaanmeuris

hi, since updating from 2.4.0 to 2.5.0 we're unable to get our application running on GAE flex. Our instance is live, but not ready - basically the same situation as described in this issue on serverfault.

Our logs show these errors on every request:
nginx-gae

output is a bad gateway from Nginx, so the app does not get started:
502

Simply reverting to 2.4.0 resolves the issue. We're using Node 8.9.4 and we start the debug agent immediately when starting the app like this:

require('@google-cloud/debug-agent').start({
    // debug agent settings
    capture: {maxFrames: 20, maxProperties: 100}
  });

any ideas?

Metadata

Metadata

Assignees

Labels

🚨This issue needs some love.api: clouddebuggerIssues related to the googleapis/cloud-debug-nodejs API.triage meI really want to be triaged.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions