Stefano
DTDrizzle Team
•Created by nils_77339 on 8/16/2023 in #help
Setting up Drizzle with Supabase in Next.js App Router
Ehy thanks @hafffe but I’ve checked and there is no edge runtime.. I tryied to update next to the latest, now everything works, but in the console I still see a fetch, with a 200 response..is this the aspected behavior? To me this sound like a fetch from the client..
7 replies
DTDrizzle Team
•Created by nils_77339 on 8/16/2023 in #help
Setting up Drizzle with Supabase in Next.js App Router
@sliderx212x is right. But i have a similar issue, i'm using server actions to make a call to the db from a client component, and i got the same error can't resolve fs, like if i'm call it from the client. I used server action before and i'm pretty sure i'm using it in the right way, i have a form i na client component, which call a server action via action={serverAction}, and the server action is in a separate file marked as "use server".. anyone can help me please?
7 replies