McPizza
Explore posts from serversBABetter Auth
•Created by McPizza on 3/16/2025 in #bug-reports
TypeError: Cannot read properties of undefined (reading 'value') at withReturning
great!
appreciate it
18 replies
BABetter Auth
•Created by McPizza on 3/16/2025 in #bug-reports
TypeError: Cannot read properties of undefined (reading 'value') at withReturning
the patch file that works for me
https://github.com/un/1up/blob/main/patches/better-auth.patch
18 replies
BABetter Auth
•Created by McPizza on 3/16/2025 in #bug-reports
TypeError: Cannot read properties of undefined (reading 'value') at withReturning
still in latest version @bekacru
will keep my patches in place for now
18 replies
BABetter Auth
•Created by McPizza on 3/16/2025 in #bug-reports
TypeError: Cannot read properties of undefined (reading 'value') at withReturning
ok thanks, will give it a go
18 replies
BABetter Auth
•Created by McPizza on 3/16/2025 in #bug-reports
TypeError: Cannot read properties of undefined (reading 'value') at withReturning
@bekacru did you have a think about this?
or should I just open an issue on GH to track?
18 replies
BABetter Auth
•Created by McPizza on 3/16/2025 in #bug-reports
TypeError: Cannot read properties of undefined (reading 'value') at withReturning
epic
db schema is available in https://github.com/un/1up/tree/main/packages/db
18 replies
BABetter Auth
•Created by McPizza on 3/16/2025 in #bug-reports
TypeError: Cannot read properties of undefined (reading 'value') at withReturning
on v1.2.3 @bekacru
18 replies
BABetter Auth
•Created by McPizza on 3/16/2025 in #bug-reports
TypeError: Cannot read properties of undefined (reading 'value') at withReturning
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 now
18 replies
BABetter Auth
•Created by McPizza on 3/16/2025 in #bug-reports
TypeError: Cannot read properties of undefined (reading 'value') at withReturning
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 DB18 replies
BABetter Auth
•Created by McPizza on 3/16/2025 in #bug-reports
TypeError: Cannot read properties of undefined (reading 'value') at withReturning
heres the value of
builderVal[0]
there is no ID column being returned18 replies
BABetter Auth
•Created by McPizza on 3/16/2025 in #bug-reports
TypeError: Cannot read properties of undefined (reading 'value') at withReturning
using planetscale via drizzle
id column is a customType column (dont think it makes a difference)
18 replies