When trying to my first table update using Supabase, with code like:
await db.from("welcome").update({visit_count: newCount});
Got