Debug Playbook

Public debugging guidance is intentionally minimal.

Public Triage Order

  1. Identify failing layer: client, backend API, runtime, chain, or metadata.
  2. Reproduce once with exact endpoint/route and timestamp.
  3. Fix one layer at a time and re-test.

Public Guardrails

  1. Do not bypass auth/session checks to "force" success in production.
  2. Confirm chain-side outcomes before retrying payout/NFT follow-up calls.
  3. Capture enough telemetry to make incidents reproducible.