import { connection } from 'next/server' export default async function Page() { await connection() throw new Error('server-page-node-error') }