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.0coupon 'SUMMER' is expired
POSTapp/api/checkout/route.ts:88in app
86const coupon = await getCoupon(body.code);87// assumes coupon is always valid88total = total - coupon.amount;