Skip to content

Troubleshooting

SamsterZero edited this page Aug 7, 2026 · 3 revisions

Troubleshooting

  1. Check service state with docker compose ps or podman compose ps.
  2. Inspect app, tracker, migration, and database logs through Compose.
  3. Confirm http://127.0.0.1:3000/api/health returns {"status":"ok"}.
  4. Confirm the pgdata and prizen_secrets volumes still exist.
  5. Confirm the Compose file and PRIZEN_IMAGE use the same release version.

Amazon challenge pages, markup changes, throttling, and invalid Creators API eligibility are marketplace failures rather than container-health failures.

Report reproducible defects in GitHub Issues. Report vulnerabilities privately using the security policy.

Clone this wiki locally