clerk webhooks not working
I'm trying to setup clerk webhooks to sync with my db. I setup an api route but when I set the webhook endpoint to that route on the clerk dashboard it says I get a "not found" error. When I test the ngrok url webhook endpoint without the addition of the api route "/api/webhooks/clerk" the test response is a success but when add the rest of the route it fails.
I read the clerk docs and I don't think I've missed anything. I'm using ngrok to expose my localhost and I made the webhook routes public with the middleware
Anyone have any ideas what I'm doing wrong?
0 Replies