beingkartikB
Convex Community2y ago
49 replies
beingkartik

How to access logged in user details in next js server side?

I am trying to get the logged in user details in server side in next js.I am using clerk for authentication.
    const { userId } = getAuth(req);
I am getting userId null here
Was this page helpful?