ERROR [Better Auth]: Failed to create user TypeError: value.map is not a function
I previously only had social sign in enabled, now I just enabled email/password but I get this error when trying to sign up. I am not exactly sure why this happens. I am using express + react
Entire log
It mentions about
PgArray
, is it because of the additional roles
field of type string[]
that I added to users
model? If so, why does it not error for social sign in then?
0 Replies