Cannot update Supabse table because it does not have a replica identity

前端 未结 0 761
庸人自扰
庸人自扰 2020-11-28 12:57

When trying to my first table update using Supabase, with code like:

await db.from("welcome").update({visit_count: newCount});

Got

相关标签:
回答
  • 消灭零回复
提交回复
热议问题