Ravi
BABetter Auth
•Created by Ravi on 2/21/2025 in #help
signInEmail isn't properly setting cookies in production? (NextJS 15/Vercel)
Also, I know I am unauthorized by going on an api route that is protected
4 replies
BABetter Auth
•Created by Ravi on 2/14/2025 in #help
The "string" argument must be of type string or an instance of Buffer or ArrayBuffer. Received Date
or should i get rid of string mode altogether
9 replies
BABetter Auth
•Created by Ravi on 2/14/2025 in #help
The "string" argument must be of type string or an instance of Buffer or ArrayBuffer. Received Date

9 replies
BABetter Auth
•Created by Ravi on 2/14/2025 in #help
The "string" argument must be of type string or an instance of Buffer or ArrayBuffer. Received Date
ok lemme try
9 replies
BABetter Auth
•Created by Ravi on 2/14/2025 in #help
The "string" argument must be of type string or an instance of Buffer or ArrayBuffer. Received Date
in my schema
9 replies
BABetter Auth
•Created by Ravi on 2/14/2025 in #help
The "string" argument must be of type string or an instance of Buffer or ArrayBuffer. Received Date
All timestamps are string mode btw
9 replies
BABetter Auth
•Created by Ravi on 2/14/2025 in #help
The "string" argument must be of type string or an instance of Buffer or ArrayBuffer. Received Date
const newUser = await auth.api.signUpEmail({
body: {
email: individual.email,
password: password,
name: individual.firstName,
}
});
9 replies
BABetter Auth
•Created by Ravi on 2/14/2025 in #help
The "string" argument must be of type string or an instance of Buffer or ArrayBuffer. Received Date
Anyone know why or how this happens?
9 replies