Help

Deployment troubleshooting

Work from deployment state and logs to isolate common source, build, configuration, capacity, and startup failures.

1. Confirm the intended repository, branch, and revision first

Confirm the intended repository, branch, and revision first.

2. Inspect build logs for dependency or compile failures

Inspect build logs for dependency or compile failures.

3. Verify environment-variable names without exposing secret values

Verify environment-variable names without exposing secret values.

4. Check build/start commands and application port behavior

Check build/start commands and application port behavior.

5. If work remains queued, distinguish application failure from scheduling/capacity delay

If work remains queued, distinguish application failure from scheduling/capacity delay.

6. For repeated runtime failures, use runtime health and crash-loop guidance

For repeated runtime failures, use runtime health and crash-loop guidance.