Auth Identity inside next js server actions
I am trying to access user identity inside a mutation by use mutation``` hook that is from the client side no errors.
Is it dependent anyhow with the client side jwts? Cause no mentioning of such info on docs
2 Replies
Next.js Server Rendering | Convex Developer Hub
Next.js automatically renders both Client and Server Components on the server
I was doing the same thing. I think the crust that I was missing was the template argument
Thanks