End-to-end investigation: Order record → User linkage → Dashboard display → Email CTAs → Fix & backfill.
The Order entity contains zero records. This means the Stripe webhook (stripeWebhook) is either not registered as the active Stripe endpoint, the webhook secret is mismatched, or Stripe is routing events to the deprecated stripeWebhookCheckout handler instead. Every purchase made by every customer is missing from the database.
Orders in database
0 records
❌ FAILPurchases entity
Legacy only (Builder Starter)
⚠️ WARNStripe webhook status
Unknown — needs verification
⚠️ WARN