Verification doesn’t appear in the db
I am not getting the verification set into the db, although I get the email sent via resend, and I can verify my account with that link as well.
To reproduce, just simply set up email verification based on the docs, I am using 1.2.8 of better-auth
5 Replies
If you turn on Drizzle's logger, does it output an
INSERT
for the verifications table?
I saw someone mention a similar issue in your other thread, but it’s working fine on my end with 1.2.8 - so it’s likely something contextual. I recommend putting together a minimal, reproducible example with full context.It doesn't, only the user and the account gets inserted, I just did the simplest setup BA docs says
are you using drizzle by any chance if u dont mind me asking? If so, what versions?
0.44.1
Which v of drizzle are you using ?
0.44.1 same as bookercodes