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
Alex Booker
Alex Booker5mo ago
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.
MarkMiklos
MarkMiklosOP5mo ago
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?
Alex Booker
Alex Booker5mo ago
0.44.1
iatomic.btc
iatomic.btc5mo ago
Which v of drizzle are you using ?
MarkMiklos
MarkMiklosOP5mo ago
0.44.1 same as bookercodes

Did you find this page helpful?