dD0K
Explore posts from serversBABetter Auth
•Created by dD0K on 3/3/2025 in #bug-reports
Stripe Plugin bug
authClient.subscription.upgrade()
does not work with prisma, it says a column is missing even though the prisma studio shows it exists, the neon dashboard says it exists, and I can access the field using the prisma adapter in my code no problem.
7 replies
BABetter Auth
•Created by dD0K on 3/2/2025 in #help
Beta testing stripe plugin
Hey! I'm trying to follow these:
https://www.better-auth.com/docs/plugins/stripe
instructions to get the stripe plugin working, but I get stuck at the db migration step, here's the error I'm getting:
I'm using prisma connected to a neon db, any help is appreciated!
21 replies
TTCTheo's Typesafe Cult
•Created by dD0K on 12/31/2024 in #questions
Help with webpack error
Hello! Could anyone that gets nextjs help me understand this error I get when running
npm run build
:
It only happens when I try to link a component from my /app/components directory into my page.tsx.
npm run dev
works fine with no errors, and deploying on vercel also works fine, it's just building locally that's the issue.26 replies