alias1.possibly251
BABetter Auth
•Created by Troy on 3/5/2025 in #bug-reports
Limited access to webhook events
Not really a bug, just lack. of a feature
7 replies
BABetter Auth
•Created by dD0K on 3/3/2025 in #bug-reports
Stripe Plugin bug
Probably because you made
stripeSubscriptionId
required in your schema.
Just go to your schema.prisma and remove the ? on stripeSubscriptionId: String?
It has to be optional because this val comes from stripe, and is put in the db down the line by the webhook handler built into better-auth7 replies