2

When working from the Office and multiple developers are hitting the server we start to randomly receive 502 error bad gateway. (Around one out of 10 hits)

We are using Compute Engine with a Load Balancer HTTPs.

Any idea why this is happening ?

BrettJ
  • 6,801
  • 1
  • 23
  • 26
Ronny Shibley
  • 2,030
  • 22
  • 25

1 Answers1

2

There are many reasons that the Load Balancer would return a 502 error. Have a look at the logs (this is a custom link to retrieve load balancer 502 errors specifically; just pick your project at the top) -- specifically at the jsonPayload.statusDetails field of the errors in question -- then correlate the statusDetails value against the reason.

Alex
  • 661
  • 1
  • 5
  • 18