TypeError: Cannot read properties of undefined (reading 'value') at withReturning
this is a fun error
with some fun code to match
5 Replies
using planetscale via drizzle
id column is a customType column (dont think it makes a difference)
heres the value of
builderVal[0]
there is no ID column being returned
for refrence, this is how the schema looks
note the mapTo
and mapFrom
functions
this is what drizzle uses to transform the custom data from and to the DB
so far my solution is to do the following:
obviously this only works on one type of auth table
but at lease i can test more nowAre you on the latest version of better auth?
on v1.2.3 @bekacru
We have had similar problem before with mysql + drizzle. It was fixed some versions ago and we have specefic test for mysql :)) But seems like we missed something or there is an issue specifically with planetscale. Will look into it.
epic
db schema is available in https://github.com/un/1up/tree/main/packages/db
GitHub
1up/packages/db at main · un/1up
Open Source Longevity System; Live Longer + Sharper + Better - un/1up