David
David
Explore posts from servers
BABetter Auth
Created by David on 3/7/2025 in #help
Stripe subscription update error
@Swiftzerr
31 replies
BABetter Auth
Created by David on 3/7/2025 in #help
Stripe subscription update error
Try to clear your project remove node_modules, delete your lock file and your .nuxt dir. Then, reinstall all.
31 replies
BABetter Auth
Created by David on 3/7/2025 in #help
Stripe subscription update error
Oh yes I think I get it
31 replies
BABetter Auth
Created by David on 3/7/2025 in #help
Stripe subscription update error
I have removed baseUrl from my tsconfig.json
31 replies
BABetter Auth
Created by David on 3/7/2025 in #help
Stripe subscription update error
Yes it fix my issue
31 replies
BABetter Auth
Created by David on 3/7/2025 in #help
Error fetching subscription from Stripe
Ok thank you !
7 replies
BABetter Auth
Created by David on 3/7/2025 in #help
Error fetching subscription from Stripe
OK, do you have any idea when this update will take place?
7 replies
BABetter Auth
Created by David on 3/7/2025 in #help
Error fetching subscription from Stripe
@bekacru do you have any idea why I have this issue ?
7 replies
BABetter Auth
Created by David on 3/7/2025 in #help
Stripe subscription update error
Yes
31 replies
BABetter Auth
Created by David on 3/7/2025 in #help
Stripe subscription update error
@bekacru I have the version 1.2.4-beta.5
31 replies
BABetter Auth
Created by David on 3/7/2025 in #help
Stripe subscription update error
Your solution doesn't work
31 replies
BABetter Auth
Created by David on 3/7/2025 in #help
Stripe subscription update error
Here is my server/tsconfig.json @bekacru
{
"extends": "../.nuxt/tsconfig.server.json",
"compilerOptions": {
"baseUrl": "."
}
}
{
"extends": "../.nuxt/tsconfig.server.json",
"compilerOptions": {
"baseUrl": "."
}
}
31 replies
BABetter Auth
Created by David on 3/7/2025 in #help
Stripe subscription update error
That doesn't change anything
31 replies
BABetter Auth
Created by David on 3/7/2025 in #help
Stripe subscription update error
In which tsconfig the global one or the server one ?
31 replies
BABetter Auth
Created by David on 3/7/2025 in #help
Stripe subscription update error
And this error on stripeClient plugin :
Type '{ id: "stripe-client"; $InferServerPlugin: { id: "stripe"; endpoints: { stripeWebhook: { <C extends [({ body?: undefined; method?: "POST" | undefined; query?: Record<string, any> | undefined; params?: Record<string, any> | undefined; request?: Request | undefined; headers?: HeadersInit | undefined; asResponse?: bool...' is not assignable to type 'BetterAuthClientPlugin'.
The types of '$InferServerPlugin.init' are incompatible between these types.
Type '(ctx: AuthContext) => { options: { databaseHooks: { user: { create: { after(user: { id: string; name: string; email: string; emailVerified: boolean; createdAt: Date; updatedAt: Date; image?: string | ... 1 more ... | undefined; }, ctx: GenericEndpointContext | undefined): Promise<...>; }; }; }; }; }' is not assignable to type '(ctx: AuthContext) => void | { context?: { session?: { session?: { [x: string]: any; id?: string | undefined; createdAt?: { toString?: (() => string) | undefined; toDateString?: (() => string) | undefined; ... 41 more ...; [Symbol.toPrimitive]?: { ...; } | undefined; } | undefined; ... 5 more ...; userAgent?: string...'.
Types of parameters 'ctx' and 'ctx' are incompatible.
Type '{ id: "stripe-client"; $InferServerPlugin: { id: "stripe"; endpoints: { stripeWebhook: { <C extends [({ body?: undefined; method?: "POST" | undefined; query?: Record<string, any> | undefined; params?: Record<string, any> | undefined; request?: Request | undefined; headers?: HeadersInit | undefined; asResponse?: bool...' is not assignable to type 'BetterAuthClientPlugin'.
The types of '$InferServerPlugin.init' are incompatible between these types.
Type '(ctx: AuthContext) => { options: { databaseHooks: { user: { create: { after(user: { id: string; name: string; email: string; emailVerified: boolean; createdAt: Date; updatedAt: Date; image?: string | ... 1 more ... | undefined; }, ctx: GenericEndpointContext | undefined): Promise<...>; }; }; }; }; }' is not assignable to type '(ctx: AuthContext) => void | { context?: { session?: { session?: { [x: string]: any; id?: string | undefined; createdAt?: { toString?: (() => string) | undefined; toDateString?: (() => string) | undefined; ... 41 more ...; [Symbol.toPrimitive]?: { ...; } | undefined; } | undefined; ... 5 more ...; userAgent?: string...'.
Types of parameters 'ctx' and 'ctx' are incompatible.
31 replies
BABetter Auth
Created by David on 3/7/2025 in #help
Stripe subscription update error
@bekacru With this errors :
Type '{ id: "stripe"; endpoints: { stripeWebhook: { <C extends [({ body?: undefined; method?: "POST" | undefined; query?: Record<string, any> | undefined; params?: Record<string, any> | undefined; request?: Request | undefined; headers?: HeadersInit | undefined; asResponse?: boolean | undefined; returnHeaders?: boolean | ...' is not assignable to type 'BetterAuthPlugin'.
Types of property 'init' are incompatible.
Type '(ctx: AuthContext) => { options: { databaseHooks: { user: { create: { after(user: { id: string; name: string; email: string; emailVerified: boolean; createdAt: Date; updatedAt: Date; image?: string | ... 1 more ... | undefined; }, ctx: GenericEndpointContext | undefined): Promise<...>; }; }; }; }; }' is not assignable to type '(ctx: AuthContext) => void | { context?: { appName?: string | undefined; baseURL?: string | undefined; secret?: string | undefined; secondaryStorage?: { get?: ((key: string) => string | ... 1 more ... | null) | undefined; set?: ((key: string, value: string, ttl?: number | undefined) => void | Promise<...>) | undefin...'.
Types of parameters 'ctx' and 'ctx' are incompatible.
Type 'import("C:/.../node_modules/.pnpm/[email protected][email protected]/node_modules/better-auth/dist/shared/better-auth.purQujiV").l' is not assignable to type 'import("C:/.../node_modules/.pnpm/[email protected][email protected]/node_modules/better-auth/dist/shared/better-auth.purQujiV").l'.
The types of 'options.socialProviders' are incompatible between these types.
Type 'import("C:/.../node_modules/.pnpm/[email protected][email protected]/node_modules/better-auth/dist/shared/better-auth.BRpbZ8Wm").S | undefined' is not assignable to type 'import("C:/.../node_modules/.pnpm/[email protected][email protected]/node_modules/better-auth/dist/shared/better-auth.BRpbZ8Wm").S | undefined'.
Type '{ id: "stripe"; endpoints: { stripeWebhook: { <C extends [({ body?: undefined; method?: "POST" | undefined; query?: Record<string, any> | undefined; params?: Record<string, any> | undefined; request?: Request | undefined; headers?: HeadersInit | undefined; asResponse?: boolean | undefined; returnHeaders?: boolean | ...' is not assignable to type 'BetterAuthPlugin'.
Types of property 'init' are incompatible.
Type '(ctx: AuthContext) => { options: { databaseHooks: { user: { create: { after(user: { id: string; name: string; email: string; emailVerified: boolean; createdAt: Date; updatedAt: Date; image?: string | ... 1 more ... | undefined; }, ctx: GenericEndpointContext | undefined): Promise<...>; }; }; }; }; }' is not assignable to type '(ctx: AuthContext) => void | { context?: { appName?: string | undefined; baseURL?: string | undefined; secret?: string | undefined; secondaryStorage?: { get?: ((key: string) => string | ... 1 more ... | null) | undefined; set?: ((key: string, value: string, ttl?: number | undefined) => void | Promise<...>) | undefin...'.
Types of parameters 'ctx' and 'ctx' are incompatible.
Type 'import("C:/.../node_modules/.pnpm/[email protected][email protected]/node_modules/better-auth/dist/shared/better-auth.purQujiV").l' is not assignable to type 'import("C:/.../node_modules/.pnpm/[email protected][email protected]/node_modules/better-auth/dist/shared/better-auth.purQujiV").l'.
The types of 'options.socialProviders' are incompatible between these types.
Type 'import("C:/.../node_modules/.pnpm/[email protected][email protected]/node_modules/better-auth/dist/shared/better-auth.BRpbZ8Wm").S | undefined' is not assignable to type 'import("C:/.../node_modules/.pnpm/[email protected][email protected]/node_modules/better-auth/dist/shared/better-auth.BRpbZ8Wm").S | undefined'.
31 replies
BABetter Auth
Created by David on 3/7/2025 in #help
Stripe subscription update error
I have updated to v1.2.4-beta.4 and I have now ts errors. I have this code :
import { betterAuth } from 'better-auth'
import { prismaAdapter } from 'better-auth/adapters/prisma'
import { PrismaClient } from '@prisma/client'
import { stripe } from '@better-auth/stripe'
import Stripe from 'stripe'

const stripeClient = new Stripe(process.env.STRIPE_SECRET_KEY!)
export const prisma = new PrismaClient()

export const auth = betterAuth({
baseURL: process.env.BETTER_AUTH_URL!,
database: prismaAdapter(prisma, { provider: 'postgresql' }),
emailAndPassword: { enabled: true },
socialProviders: {
github: {
clientId: process.env.GITHUB_CLIENT_ID!,
clientSecret: process.env.GITHUB_CLIENT_SECRET!
}
},
user: {
deleteUser: { enabled: true }
},
account: {
accountLinking: { enabled: true, allowDifferentEmails: true }
},
plugins: [
stripe({
^^^^^^^^
stripeClient,
^^^^^^^^^^^^^
stripeWebhookSecret: process.env.STRIPE_WEBHOOK_SECRET!,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
createCustomerOnSignUp: true,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
subscription: {
^^^^^^^^^^^^^^^
enabled: true,
^^^^^^^^^^^^^^
plans: [
^^^^^^^^
{
^
name: 'pro',
^^^^^^^^^^^^
priceId: 'price_1234'
^^^^^^^^^^^^^^^^^^^^^
}
^
]
^
}
^
})
^^
]
})
import { betterAuth } from 'better-auth'
import { prismaAdapter } from 'better-auth/adapters/prisma'
import { PrismaClient } from '@prisma/client'
import { stripe } from '@better-auth/stripe'
import Stripe from 'stripe'

const stripeClient = new Stripe(process.env.STRIPE_SECRET_KEY!)
export const prisma = new PrismaClient()

export const auth = betterAuth({
baseURL: process.env.BETTER_AUTH_URL!,
database: prismaAdapter(prisma, { provider: 'postgresql' }),
emailAndPassword: { enabled: true },
socialProviders: {
github: {
clientId: process.env.GITHUB_CLIENT_ID!,
clientSecret: process.env.GITHUB_CLIENT_SECRET!
}
},
user: {
deleteUser: { enabled: true }
},
account: {
accountLinking: { enabled: true, allowDifferentEmails: true }
},
plugins: [
stripe({
^^^^^^^^
stripeClient,
^^^^^^^^^^^^^
stripeWebhookSecret: process.env.STRIPE_WEBHOOK_SECRET!,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
createCustomerOnSignUp: true,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
subscription: {
^^^^^^^^^^^^^^^
enabled: true,
^^^^^^^^^^^^^^
plans: [
^^^^^^^^
{
^
name: 'pro',
^^^^^^^^^^^^
priceId: 'price_1234'
^^^^^^^^^^^^^^^^^^^^^
}
^
]
^
}
^
})
^^
]
})
31 replies
BABetter Auth
Created by Troy on 3/5/2025 in #help
Polar not working
Alright, so you're using the automatically generated route for checkout and portal, created by the Polar plugin.
13 replies
BABetter Auth
Created by David on 3/6/2025 in #help
Polar Checkout not working
ok
4 replies
BABetter Auth
Created by Troy on 3/5/2025 in #help
Polar not working
@Troy so your :
export const checkout = async () => {
await auth.api.polarCheckout({
query: {
productId: "6a77ff44-8349-436a-a46b-483cc3ba9f64",
},
params: {
slug: "pro",
},
headers: await headers(),
});
};
export const checkout = async () => {
await auth.api.polarCheckout({
query: {
productId: "6a77ff44-8349-436a-a46b-483cc3ba9f64",
},
params: {
slug: "pro",
},
headers: await headers(),
});
};
works now ?
13 replies