Checkout fails at the delivery step
Example scenario — not a customerProblem
An online retailer's basket and first checkout screen work normally. Selecting a delivery option returns a server error, so no order can be completed.
Evidence
HTTP 500 on three separate visits over two days, confirmed independently in a real browser.
/checkout?step=delivery
Customer impact
Every customer reaching payment is blocked. The homepage and product pages stay healthy, so nothing alerts.
Repair
Diagnosis points at the delivery-rate calculation path. The pack ranks likely causes, names the component to inspect and gives the log locations to check.
Verification
The same route is walked again after deployment: basket, checkout, delivery selection, all the way to the payment screen.
Outcome
Written confirmation that the route now completes, with the new response codes and timestamps recorded alongside the originals.