failed to Failed to create user Error [PrismaClientValidationError]
Here's a condensed version under 2000 characters:
---
Better Auth SignUp Error - Password Missing Despite Existing in Schema
Getting
Error:
Schema:
Config:
SignUp Code:
This Works (Manual):
Why is Better Auth not passing the password field to Prisma when it's clearly in my schema and data?
---
Getting
PrismaClientValidationError: Argument 'password' is missing with auth.api.signUpEmail(), but password field exists and manual creation works.Error:
Schema:
Config:
SignUp Code:
This Works (Manual):
Why is Better Auth not passing the password field to Prisma when it's clearly in my schema and data?
