All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 54s
The cart-mini fragment is fetched via HTTP from the cart app, which uses its own DB connection. Without committing first, the cart app sees stale data (no new item). Commit the transaction, start a new one so after_request can still commit cleanly. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>