SERVER_ERROR: Error: hex string expected, got undefined

So i started migrating from clerk to better auth. the docs are amazing. i love everything about better auth. so i run the migration script. added the accounts and done everything. then i tried logging in from my expo app and got the following error

SERVER_ERROR: Error: hex string expected, got undefined

at hexToBytes (file:///Users/mac/Desktop/work/GoGain/GoGain-backend/node_modules/@noble/hashes/esm/utils.js:141:15)
at Object.verifyPassword [as verify] (file:///Users/mac/Desktop/work/GoGain/GoGain-backend/node_modules/better-auth/dist/shared/better-auth.OT3XFeFk.mjs:45:39)
at async file:///Users/mac/Desktop/work/GoGain/GoGain-backend/node_modules/better-auth/dist/shared/better-auth.cM0Fc3LZ.mjs:1738:27
at async internalHandler (file:///Users/mac/Desktop/work/GoGain/GoGain-backend/node_modules/better-call/dist/index.js:576:22)
at async api.<computed> (file:///Users/mac/Desktop/work/GoGain/GoGain-backend/node_modules/better-auth/dist/api/index.mjs:516:22)
at async processRequest (file:///Users/mac/Desktop/work/GoGain/GoGain-backend/node_modules/better-call/dist/index.js:4881:24)
at async handler (file:///Users/mac/Desktop/work/GoGain/GoGain-backend/node_modules/better-call/dist/index.js:4901:19)
at async file:///Users/mac/Desktop/work/GoGain/GoGain-backend/node_modules/better-call/dist/node.js:138:22

here's an example of one line of password from my csv

user_2q8MgHHfYJitwcfLo7MAe2X0rLU,zak,zak,,guest@gmail.com,,guest@gmail.com,,,,,$2a$10$0VHVVjA5W4UaMA94WjahseL4NYHseXRQS8z6fC1/4hgUij.QUCiOu,bcrypt

rest assured these are dev dummy users nothing critical that's why i shared that. can anyone help? why is that happening?
Was this page helpful?