Local Install version of Stripe BetterAuth + Convex issues.
Hello, For some reason stripe has been giving me some issues when trying to use it on Local Instal Better Auth + Convex on NextJS.
When having a user create an account w/ github oauth for the first time, I get this
{"code":"[Request ID: 088ebb62166e5a1d] Server Error: Uncaught ReferenceError: Buffer is not defined","trace":"Uncaught ReferenceError: Buffer is not defined\n"}
{"code":"[Request ID: 088ebb62166e5a1d] Server Error: Uncaught ReferenceError: Buffer is not defined","trace":"Uncaught ReferenceError: Buffer is not defined\n"}
and in the console I see this as an error
CONVEX H(GET /api/auth/callback/github)] [WARN] '2025-11-11T20:13:20.116Z WARN [Better Auth]: [Convex Adapter] - Transactions are not supported. Executing operations sequentially.
CONVEX H(GET /api/auth/callback/github)] [WARN] '2025-11-11T20:13:20.116Z WARN [Better Auth]: [Convex Adapter] - Transactions are not supported. Executing operations sequentially.
No entries appear in the database either so its not really executing anything be otherwise there would be a customer created on stripe tied to a user Id