♫
📌 canary ▾
next.js
/
test
/
e2e
/
app-dir
/
ppr-errors
/
app
/
regular-error
/
page.jsx
page.jsx
4 lines
86 B
export
default
async
function
Page
()
{
throw
new
Error
(
'Regular Prerender Error'
)
}
v2.0.0
/
Go
SIGN IN