All issues
Criticalunresolvedprod

500 on POST /api/checkout when coupon expired

app/api/checkout/route.ts

First seen 2h agoLast seen 12m agoSuspect commit 3de41abby Priya Nair

Events · last 24h

342 events118 users

Stack trace

CheckoutErrorstorefront@2.14.0

coupon 'SUMMER' is expired

POSTapp/api/checkout/route.ts:88in app
86 const coupon = await getCoupon(body.code);
87 // assumes coupon is always valid
88 total = total - coupon.amount;

Command menu

Search and jump to anywhere