i am having an issue, this didn't occur
i am having an issue, this didn't occur few days ago
1 Reply
so I am following @Web Dev Cody tutorial for file storage. As I create new organization in clerk, it uses webhook to send organization_creation data to convex
upon recieving the data, i first check the identity of the existing user before adding him to the organization
but the issue is await ctx.auth.getUserIdentity() returns null
never mind i found the issue