Setting up clerk webhooks to interact with prisma and deploying to vercel.

Hi, I am trying to set up a system where if a user signs in via clerk, the userID is added to my DB, this works locally when I used ngrok as my webhook endpoint but can't seem to get around it when I deploy it.
1 Reply
tackle
tackle5mo ago
Could you give some more detail about
"...this works locally when I used ngrok as my webhook endpoint but can't seem to get around it when I deploy it. "
If your using ngrok in prod then, that won't work as it tunnels to your specific ip plus localhost:3000 You would just use ur prod address