Worker environment
ready- Evidence
- production
- Fix
- Set ENVIRONMENT in wrangler.toml.
- Command
npm run verify:readiness -- --strict- Docs
- docs/PROVISIONING_RUNBOOK.md#strict-readiness
Strict-readiness troubleshooting for Supabase, R2, Stripe, admin, and entitlement configuration. This page mirrors the provider checks that must pass before deploy and live smoke.
strict verification pendingnpm run verify:readiness -- --strictwrangler r2 bucket create syntha-audiowrangler secret put ADMIN_TOKENwrangler secret put SUPABASE_URLwrangler secret put SUPABASE_ANON_KEYwrangler secret put SUPABASE_SERVICE_ROLE_KEYwrangler secret put PUBLIC_STREAM_BASE_URLwrangler secret put STRIPE_SECRET_KEYwrangler secret put STRIPE_WEBHOOK_SECRETwrangler secret put STRIPE_SUPPORT_PRICE_IDwrangler secret put STRIPE_DOWNLOAD_PRICE_IDwrangler secret put DOWNLOAD_TOKEN_SECRETsupabase db pushnpm run verify:live -- --strictnpm run verify:live -- --strictnpm run verify:live -- --strictnpm run verify:readiness -- --strict
npm run deploy
npm run verify:live -- --strict