Files
claudemesh/.context/turbostarter-framework-context/sections/web/troubleshooting/billing.md
Alejandro Gutiérrez d3163a5bff feat(db): mesh data model — meshes, members, invites, audit log
- pgSchema "mesh" with 4 tables isolating the peer mesh domain
- Enums: visibility, transport, tier, role
- audit_log is metadata-only (E2E encryption enforced at broker/client)
- Cascade on mesh delete, soft-delete via archivedAt/revokedAt

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-04 21:19:32 +01:00

1.3 KiB

title, description, url
title description url
Billing Find answers to common billing issues. /docs/web/troubleshooting/billing

Billing

Checkout can't be created

This happen in the following cases:

  1. The environment variables are not set correctly. Please make sure you have set the environment variables corresponding to your billing provider in .env.local if locally - or in your hosting provider's dashboard if in production
  2. The price IDs used are incorrect. Make sure to use the exact price IDs as they are in the payment provider's dashboard.

Read more about billing configuration

Database is not updated after subscribing to a plan

This may happen if the webhook is not set up correctly. Please make sure you have set up the webhook in the payment provider's dashboard and that the URL is correct.

If working locally, make sure that:

  1. If using Stripe, that the Stripe CLI or configured proxy is up and running (see the Stripe documentation for more information)
  2. If using Lemon Squeezy, that the webhook set in Lemon Squeezy is correct and that the server is running. Additionally, make sure the proxy is set up correctly if you are testing locally (see the Lemon Squeezy documentation for more information).