hafffe
Explore posts from serversDTDrizzle Team
•Created by nils_77339 on 8/16/2023 in #help
Setting up Drizzle with Supabase in Next.js App Router
It's possible your problem is related to edge runtime, where fs is not supported.
server actions inherit the runtime from the page or layout they are called from, so make sure you do have do not have
export const runtime = 'edge'
in your page or layout7 replies