Noel Bryant

Results 2 comments of Noel Bryant

> i found the solution in the change the usename to userName `declare type CreateUserParams = { clerkId: string; email: string; userName: string; firstName: string; lastName: string; photo: string; };...

I was facing the same problem but eventually I solved it. Make sure the main branch has the working code. In my case, I had three branches; i.e Main, dev...