ZetaxZ
Convex Community5mo ago
9 replies
Zetax

Random 400 errors errors with convex better auth

Hey, I am using convex with better-auth but I am always randomly getting a 400 error on the /api/auth/sign-in/social route with the error:
{"code":"VALIDATION_ERROR","message":"Invalid body parameters"}


Has anyone experienced this before? I am just using this code for signing in: await authClient.signIn.social({ provider: "discord" });
Was this page helpful?