Error in signing up using cloudflare d1 database and drizzle orm on nextjs15
I've been trying to make the signup logic work, ive watch so 2 tutorials relating to the same techstack as mine and wrote same code as them but mine doesn't work at all gave same errors on all iterations.
this error occurs when i submit the sign-up form, i have nothing in the code defined as "fullSchema" :
and this error appears in the browser console:
versions:
"better-auth": "^1.0.22"
"next": "15.1.0"
"drizzle-orm": "^0.38.2"
"wrangler": "^3.98.0"
any help is appreciated!
this error occurs when i submit the sign-up form, i have nothing in the code defined as "fullSchema" :
and this error appears in the browser console:
versions:
"better-auth": "^1.0.22"
"next": "15.1.0"
"drizzle-orm": "^0.38.2"
"wrangler": "^3.98.0"
any help is appreciated!