🌠kkMihai ⚡
Explore posts from serversBABetter Auth
•Created by Dustin on 4/18/2025 in #help
plugin schema: onDelete: "cascade" does not work?
lmk
27 replies
BABetter Auth
•Created by Dustin on 4/18/2025 in #help
plugin schema: onDelete: "cascade" does not work?
@Dustin ye u need to set up cascading for both sides of the relation
27 replies
BABetter Auth
•Created by gabriel on 4/18/2025 in #help
Argument `stripeCustomerId` is missing.
@Ping update the docs to specify stripeCustomerId to be set as optional
26 replies
BABetter Auth
•Created by gabriel on 4/18/2025 in #help
Argument `stripeCustomerId` is missing.
@gabriel mark this as resolved
26 replies
BABetter Auth
•Created by gabriel on 4/18/2025 in #help
Argument `stripeCustomerId` is missing.
ye makes sense why u got that
26 replies
BABetter Auth
•Created by Dustin on 4/18/2025 in #help
plugin schema: onDelete: "cascade" does not work?
so lost lmao
27 replies
BABetter Auth
•Created by Dustin on 4/18/2025 in #help
plugin schema: onDelete: "cascade" does not work?
hold on i m a bit confused
27 replies
BABetter Auth
•Created by gabriel on 4/18/2025 in #help
Argument `stripeCustomerId` is missing.
did you used the BA cli to generated the schema or?
26 replies
BABetter Auth
•Created by gabriel on 4/18/2025 in #help
Argument `stripeCustomerId` is missing.
quick question
26 replies
BABetter Auth
•Created by gabriel on 4/18/2025 in #help
Argument `stripeCustomerId` is missing.
also
26 replies
BABetter Auth
•Created by gabriel on 4/18/2025 in #help
Argument `stripeCustomerId` is missing.
np, happy to help
26 replies
BABetter Auth
•Created by gabriel on 4/18/2025 in #help
Argument `stripeCustomerId` is missing.
logically
26 replies
BABetter Auth
•Created by gabriel on 4/18/2025 in #help
Argument `stripeCustomerId` is missing.
he for sure didint make stripeCustomerId optional, thats the only reason i could possible think he gets that error
26 replies
BABetter Auth
•Created by Dustin on 4/18/2025 in #help
plugin schema: onDelete: "cascade" does not work?
the
onDelete: "cascade"
will indeed delete rows from the group_member
table when the group is deleted but its only active if the foreign key constraint is properly set up to cascade, the issue you're facing is likely because the memberId
field is still linked to some records in the group_member
table and the database doesnt know how to handle that when the group is deleted27 replies
BABetter Auth
•Created by gabriel on 4/18/2025 in #help
Argument `stripeCustomerId` is missing.
not probably, for sure it does
26 replies
BABetter Auth
•Created by gabriel on 4/18/2025 in #help
Argument `stripeCustomerId` is missing.
BA probably creates the stripe customer after the user is created in the database not before
26 replies
BABetter Auth
•Created by gabriel on 4/18/2025 in #help
Argument `stripeCustomerId` is missing.
make stripeCustomerId optional in your schema
26 replies
BABetter Auth
•Created by gabriel on 4/18/2025 in #help
Argument `stripeCustomerId` is missing.
did you setup correctly the stripe client?
26 replies
BABetter Auth
•Created by Kimon on 3/23/2025 in #bug-reports
Stripe List Subscriptions with referenceId always throws 404
confusing
20 replies
BABetter Auth
•Created by Kimon on 3/23/2025 in #bug-reports
Stripe List Subscriptions with referenceId always throws 404
what you did?
20 replies