Auth Identity inside next js server actions

I am trying to access user identity inside a mutation by
When I am running it inside a server action I am getting it as null but whenever I am running it using
When I am running it inside a server action I am getting it as null but whenever I am running it using
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
ArnabChatterjee20k
ArnabChatterjee20kOP10mo ago
I was doing the same thing. I think the crust that I was missing was the template argument Thanks

Did you find this page helpful?