Stack Trace Viewer
Frame-by-frame inspection of error stack traces with source mapping and file/line attribution.
Source map: ok
ERR-4821TypeErrorTypeError: Cannot read properties of undefined (reading 'amount')
428 events · 312 users · last seen 7/2/2026, 5:48:00 AM
1
processCheckoutin-appcheckout.ts:142139 function processCheckout() {140 const ctx = getContext();141 if (!ctx) throw new Error("missing context"); // <- line 141142 return ctx.process(); // <- line 142143 }
2
handleRequestin-appserver.ts:7875 function handleRequest() {76 const ctx = getContext();77 if (!ctx) throw new Error("missing context"); // <- line 7778 return ctx.process(); // <- line 7879 }
3
async middlewarein-approuter.ts:2421 function async middleware() {22 const ctx = getContext();23 if (!ctx) throw new Error("missing context"); // <- line 2324 return ctx.process(); // <- line 2425 }
Source Map Details
Symbolication metadata for this stack trace
Status
ok
Release
v2.4.1-rc1
Frames total
3
In-app frames
3