reddevil777
BABetter Auth
•Created by reddevil777 on 3/31/2025 in #bug-reports
Additional Date field throws an error
I added an additional field in auth.ts and also I infer the additional fields (as type date not required and default null) when I create the client inferAdditionalFields<typeof auth>().
The autocomplete works for that field and everything is great, but when I want to update that field using the authClient.updateUser({customDateField: new Date()}) the server throws and error:
@repo/api-app:dev: # SERVER_ERROR: TypeError: value.toISOString is not a function
5 replies