TypeError on Signup

On signup I have this error:
2025-02-12T01:41:14.532Z ERROR [Better Auth]: TypeError [TypeError: The "payload" argument must be of type object. Received null] {
  code: 'ERR_INVALID_ARG_TYPE'
}


I suspect it is due to the prisma schema
which is
Was this page helpful?