♫
📌 canary ▾
next.js
/
test
/
development
/
mcp-server
/
fixtures
/
default-template
/
app
/
runtime-error-2
/
page.tsx
page.tsx
4 lines
89 B
export
default
function
RuntimeErrorPage
()
{
throw
new
Error
(
'Test runtime error 2'
)
}
v2.0.0
/
Go
SIGN IN