diff --git a/pages/auth-test.tsx b/pages/auth-test.tsx index c14e9acda..c75941c21 100644 --- a/pages/auth-test.tsx +++ b/pages/auth-test.tsx @@ -21,6 +21,11 @@ export default function Home({ session }: any) { export async function getServerSideProps(context: GetServerSidePropsContext) { const session = await getSession(context) + .then((c) => { + console.log(c) + return c + }) + .catch((e) => console.log(e)) return { props: {