Issue

I am getting getting "502 Bad Gateway" at my API host when enabling CI/CD in GitHub Actions. It seems the request is getting completed and updates are applied, but timing out before the response is complete.

Resolution

The payload might be too large for Panther to process within the allotted time span. You can follow the steps below to amend this:

Cause

This often occurs because the payload is too large to process within the allotted time span.