When calling auth.api.getSession, why is the user key inside the session object sometimes undefined?
Server-side rendering a page on Next.js:
Generally, I am unable to access 
user when a user first signs up and then is redirected to an authenticated page. After some arbitrary amount of time, I am able to. I don't know why.0 Replies