The Auth.js page at https://authjs.dev/guides/pages/error seems to just refer to the default Next.js error page. https://authjs.dev/reference/core#pages has details about referencing an Auth.js specific one: ```js pages: { error: '/auth/error', } ```