Nextauth not working; user not authenticated
Hey there,
really wanted to try out convex, but unfortunately not able to get nextauth running with it. I followed the guide
https://stack.convex.dev/nextauth
But whenever I try to check the user in a Convex function it's null (even if the user is successfully logged in in Next).
Even simply tried to simply clone https://github.com/get-convex/convex-nextauth-template - but here's the same problem, without any interference from myself.
I have no idea why this is not happening, but the convex examples not working is really disappointing. Anyone knows how to fix this? Thanks
0 Replies