TOSL
Explore posts from serversDTDrizzle Team
•Created by TOSL on 10/27/2024 in #help
.array() can't automatically type cast
3 replies
TTCTheo's Typesafe Cult
•Created by TOSL on 12/31/2023 in #questions
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?
2 replies
TTCTheo's Typesafe Cult
•Created by TOSL on 11/14/2023 in #questions
Setup for seeding db using Drizzle
Hi. Pretty much what the title says. I'm looking for some instruction how to setup seeding my planetscale mysql db using Drizzle
5 replies