File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ " @vercel/next-browser " : patch
3+ ---
4+
5+ Teach agents to diagnose PPR error overlay in locked screenshots
Original file line number Diff line number Diff line change @@ -377,7 +377,12 @@ blockers) not already in the table.
377377
378378** ` errors ` doesn't report while locked.** If the shell looks wrong (empty,
379379bailed to CSR), unlock and ` goto ` the page normally, then run ` errors ` .
380- Don't debug blind under the lock.
380+ Don't debug blind under the lock. A common symptom: the PPR shell
381+ screenshot shows the Next.js error overlay (a white box with "Runtime
382+ Error" and a call stack). This means the page errored during prerender,
383+ but you can't read the error details from the screenshot alone. Unlock,
384+ navigate to the page normally (` goto ` ), then run ` errors ` to get the
385+ full error message and stack trace.
381386
382387** Full bailout (scrollHeight = 0).** When PPR bails out completely, ` unlock `
383388returns just "unlocked" with no shell analysis — there are no boundaries to
You can’t perform that action at this time.
0 commit comments