FinnF
Convex Community7mo ago
9 replies
Finn

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?