You are not signed in Sign in
This page uses the universal getSession() method in asyncData().
Using getSession() in asyncData() 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.