How do you guys setup drizzle with next 15?
Apparently it doesnt work anymore, when i put
error "net" not found
when i put use server on top, it says error must be async function. What the hell do i do next?
1 Reply
where are you getting the error? are you importing db in a "use client" file by accident?
this happens because it doesnt find "node:net" module, youre either importing it in the frontend somewhere or trying to use edge runtime which doesnt support it