Yash Chavda
Yash Chavda
> The issue is coming from MongoDB as the application cannot access the database based on the IP address captured during the setup process of your DB. To fix this...
> > > The issue is coming from MongoDB as the application cannot access the database based on the IP address captured during the setup process of your DB. To...
> 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; };...
> if the user is not being created inside the database, then you need to check whether you're running your app on local host or Vercel. The webhook secret key...