You are not signed in

Server Side Rendering

This page uses the unstable_getServerSession() method in getServerSideProps().

Using unstable_getServerSession() in getServerSideProps() is the recommended approach if you need to support Server Side Rendering with authentication.

The advantage of Server Side Rendering is this page does not require client side JavaScript.

The disadvantage of Server Side Rendering is that this page is slower to render.

null