next.js/test/integration/prerender/pages/bad-ssr.js
bad-ssr.js8 lines128 B
export function getServerSideProps() {
  return { props: {} }
}

export default function BadSsr() {
  throw new Error('oops')
}
Quest for Codev2.0.0
/
SIGN IN