nicoalbanese / kirimase

Build full-stack Next.js apps, incredibly fast
https://kirimase.dev
MIT License
2.58k stars 118 forks source link

The "data" argument must be of type string or an instance of Buffer, TypedArray, or DataView. Received undefined #20

Closed yeasin2002 closed 1 year ago

yeasin2002 commented 1 year ago

When I tried to use it, It showed this error

image

nicoalbanese commented 1 year ago

Thanks - I hadn't expected next-auth to be installed without drizzle, and so it was trying to pull in drizzle config here. This has been resolved and will be updated once I publish the next version on NPM. Cheers.