🌠kkMihai ⚡
🌠kkMihai ⚡
Explore posts from servers
BABetter Auth
Created by 🌠kkMihai ⚡ on 3/3/2025 in #bug-reports
Stripe Plugin | Bugs To Fix
perfect thank you, u are amazing fr
49 replies
BABetter Auth
Created by 🌠kkMihai ⚡ on 3/3/2025 in #bug-reports
Stripe Plugin | Bugs To Fix
yk
49 replies
BABetter Auth
Created by 🌠kkMihai ⚡ on 3/3/2025 in #bug-reports
Stripe Plugin | Bugs To Fix
currently i have it integrate it in my app but would be nicer if it was built-in
49 replies
BABetter Auth
Created by 🌠kkMihai ⚡ on 3/3/2025 in #bug-reports
Stripe Plugin | Bugs To Fix
like have a organization by "default"
49 replies
BABetter Auth
Created by 🌠kkMihai ⚡ on 3/3/2025 in #bug-reports
Stripe Plugin | Bugs To Fix
also even tho its kinda off-topic, will i see in the near future an option to create a organization (called "personal" for example) automatically when a new user signs up?
49 replies
BABetter Auth
Created by 🌠kkMihai ⚡ on 3/3/2025 in #bug-reports
Stripe Plugin | Bugs To Fix
ah i see
49 replies
BABetter Auth
Created by 🌠kkMihai ⚡ on 3/3/2025 in #bug-reports
Stripe Plugin | Bugs To Fix
No description
49 replies
BABetter Auth
Created by 🌠kkMihai ⚡ on 3/3/2025 in #bug-reports
Stripe Plugin | Bugs To Fix
also the referenceid shouldnt be unique?
49 replies
BABetter Auth
Created by 🌠kkMihai ⚡ on 3/3/2025 in #bug-reports
Stripe Plugin | Bugs To Fix
alr, v1.2.3?
49 replies
BABetter Auth
Created by 🌠kkMihai ⚡ on 3/3/2025 in #bug-reports
Stripe Plugin | Bugs To Fix
this way you dont need to pass the local id
49 replies
BABetter Auth
Created by 🌠kkMihai ⚡ on 3/3/2025 in #bug-reports
Stripe Plugin | Bugs To Fix
should switch to using updateMany method
49 replies
BABetter Auth
Created by 🌠kkMihai ⚡ on 3/3/2025 in #bug-reports
Stripe Plugin | Bugs To Fix
prisma:error
Invalid `prisma.subscription.update()` invocation:

{
where: {
stripeSubscriptionId: "sub_1QyeC4LmFXqXOAOqjLjjwgUT",
? id?: String,
? AND?: SubscriptionWhereInput | SubscriptionWhereInput[],
? OR?: SubscriptionWhereInput[],
? NOT?: SubscriptionWhereInput | SubscriptionWhereInput[],
? plan?: StringFilter | String,
? referenceId?: StringFilter | String,
? stripeCustomerId?: StringNullableFilter | String | Null,
? status?: StringNullableFilter | String | Null,
? periodStart?: DateTimeNullableFilter | DateTime | Null,
? periodEnd?: DateTimeNullableFilter | DateTime | Null,
? cancelAtPeriodEnd?: BoolNullableFilter | Boolean | Null,
? seats?: IntNullableFilter | Int | Null
},
data: {
status: "canceled"
}
}

Argument `where` of type SubscriptionWhereUniqueInput needs at least one of `id` arguments. Available options are marked with ?.
2025-03-03T18:59:19.834Z ERROR [Better Auth]: Stripe webhook failed. Error: PrismaClientValidationError:
Invalid `prisma.subscription.update()` invocation:

{
where: {
stripeSubscriptionId: "sub_1QyeC4LmFXqXOAOqjLjjwgUT",
? id?: String,
? AND?: SubscriptionWhereInput | SubscriptionWhereInput[],
? OR?: SubscriptionWhereInput[],
? NOT?: SubscriptionWhereInput | SubscriptionWhereInput[],
? plan?: StringFilter | String,
? referenceId?: StringFilter | String,
? stripeCustomerId?: StringNullableFilter | String | Null,
? status?: StringNullableFilter | String | Null,
? periodStart?: DateTimeNullableFilter | DateTime | Null,
? periodEnd?: DateTimeNullableFilter | DateTime | Null,
? cancelAtPeriodEnd?: BoolNullableFilter | Boolean | Null,
? seats?: IntNullableFilter | Int | Null
},
data: {
status: "canceled"
}
}

Argument `where` of type SubscriptionWhereUniqueInput needs at least one of `id` arguments. Available options are marked with ?.
prisma:error
Invalid `prisma.subscription.update()` invocation:

{
where: {
stripeSubscriptionId: "sub_1QyeC4LmFXqXOAOqjLjjwgUT",
? id?: String,
? AND?: SubscriptionWhereInput | SubscriptionWhereInput[],
? OR?: SubscriptionWhereInput[],
? NOT?: SubscriptionWhereInput | SubscriptionWhereInput[],
? plan?: StringFilter | String,
? referenceId?: StringFilter | String,
? stripeCustomerId?: StringNullableFilter | String | Null,
? status?: StringNullableFilter | String | Null,
? periodStart?: DateTimeNullableFilter | DateTime | Null,
? periodEnd?: DateTimeNullableFilter | DateTime | Null,
? cancelAtPeriodEnd?: BoolNullableFilter | Boolean | Null,
? seats?: IntNullableFilter | Int | Null
},
data: {
status: "canceled"
}
}

Argument `where` of type SubscriptionWhereUniqueInput needs at least one of `id` arguments. Available options are marked with ?.
2025-03-03T18:59:19.834Z ERROR [Better Auth]: Stripe webhook failed. Error: PrismaClientValidationError:
Invalid `prisma.subscription.update()` invocation:

{
where: {
stripeSubscriptionId: "sub_1QyeC4LmFXqXOAOqjLjjwgUT",
? id?: String,
? AND?: SubscriptionWhereInput | SubscriptionWhereInput[],
? OR?: SubscriptionWhereInput[],
? NOT?: SubscriptionWhereInput | SubscriptionWhereInput[],
? plan?: StringFilter | String,
? referenceId?: StringFilter | String,
? stripeCustomerId?: StringNullableFilter | String | Null,
? status?: StringNullableFilter | String | Null,
? periodStart?: DateTimeNullableFilter | DateTime | Null,
? periodEnd?: DateTimeNullableFilter | DateTime | Null,
? cancelAtPeriodEnd?: BoolNullableFilter | Boolean | Null,
? seats?: IntNullableFilter | Int | Null
},
data: {
status: "canceled"
}
}

Argument `where` of type SubscriptionWhereUniqueInput needs at least one of `id` arguments. Available options are marked with ?.
49 replies
BABetter Auth
Created by 🌠kkMihai ⚡ on 3/3/2025 in #bug-reports
Stripe Plugin | Bugs To Fix
No description
49 replies
BABetter Auth
Created by 🌠kkMihai ⚡ on 3/3/2025 in #bug-reports
Stripe Plugin | Bugs To Fix
No description
49 replies
BABetter Auth
Created by 🌠kkMihai ⚡ on 3/3/2025 in #bug-reports
Stripe Plugin | Bugs To Fix
yes
49 replies
BABetter Auth
Created by 🌠kkMihai ⚡ on 3/3/2025 in #bug-reports
Stripe Plugin | Bugs To Fix
using 1.2.2
49 replies
BABetter Auth
Created by 🌠kkMihai ⚡ on 3/3/2025 in #bug-reports
Stripe Plugin | Bugs To Fix
@bekacru when i cancel the sub from stripe dashboard it still doesnt set the status to canceled in the db
49 replies
BABetter Auth
Created by 🌠kkMihai ⚡ on 3/3/2025 in #bug-reports
Stripe Plugin | Bugs To Fix
ty and sorry for ping
49 replies
BABetter Auth
Created by 🌠kkMihai ⚡ on 3/3/2025 in #bug-reports
Stripe Plugin | Bugs To Fix
alr
49 replies
BABetter Auth
Created by 🌠kkMihai ⚡ on 3/3/2025 in #bug-reports
Stripe Plugin | Bugs To Fix
@bekacru
49 replies