divox
divox
TTCTheo's Typesafe Cult
Created by Circus on 11/27/2023 in #questions
Clerk Webhooks with Prisma (Sync database, user model)
Gotcha. Yea I spent some time yesterday trying to get the user.updated to trigger when I used the “update username” feature within the user button, but haven’t had any success yet. I’ll follow up in here if I get it working 👍
30 replies
TTCTheo's Typesafe Cult
Created by Circus on 11/27/2023 in #questions
Clerk Webhooks with Prisma (Sync database, user model)
Hey @Circus, I’m currently trying to sync clerk with my db. Quick question, are you able to trigger your webhook when updating username inside of the user button?
30 replies
TTCTheo's Typesafe Cult
Created by divox on 12/1/2023 in #questions
Prepared Statement Error with Prisma and PostgreSQL
I was able to resolve this issue. I found that vercel provides you with default pooling and non-pooling environment variables: - "POSTGRES_PRISMA_URL" - "POSTGRES_URL_NON_POOLING" Rather than continuing to modify the env variables that I created, I just used these and the problem was fixed.
5 replies