dev #86
Reference in New Issue
Block a user
Delete Branch "dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Server-side PostHog was disabled in prod (POSTHOG_API_KEY never reached the container — it wasn't referenced in the compose environment blocks, and per prior Coolify experience env only injects when referenced as ${VAR}). So all server-side events (payment_success/failed/refunded, subscription_activated) silently no-op'd. Reference the vars in both api and worker environment blocks so a Coolify-set value reaches the container. POSTHOG_HOST defaults to the EU ingestion host; empty key keeps it disabled (e.g. on dev, to avoid polluting the prod project). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>