Hey everyone,
I'm facing some challenges setting up Clerk webhooks in my project. I've followed the course and the Clerk documentation, but I'm still encountering issues.
Here's the current situation:
-When I test the Clerk webhook endpoint by updating an account profile picture, it consistently fails.
-I've checked the Vercel logs, but haven't been able to locate any related errors. This suggests the webhook might not be reaching the endpoint.
Steps I've already taken:
-Added "/api/webhooks(.*)" to both publicRoutes and ignoredRoutes.
-Verified the Clerk webhook endpoint URL: https://dev-overflow-nextjs-git-026webhooksusercreation-johnnymaluls.vercel.app/api/webhooks.
-Reviewed the code in route.ts.
-Thoroughly examined Vercel and Clerk webhook logs.
-Checked the webhook secret key
Any assistance with troubleshooting these issues would be greatly appreciated. Thank you.