Results 4 comments of Lehuy

```2022/10/13 20:42:35 PG Recv: {"Type":"NoData"} 2022/10/13 20:42:35 PG Recv: {"Type":"CommandComplete","CommandTag":"ALTER TABLE"} 2022/10/13 20:42:35 PG Recv: {"Type":"ParseComplete"} 2022/10/13 20:42:35 PG Recv: {"Type":"BindComplete"} 2022/10/13 20:42:35 PG Recv: {"Type":"NoData"} 2022/10/13 20:42:35 PG Recv:...

It seems like the following RLS policy causes the error @sweatybridge ```sql -- -- Name: cards Allow card read if deck is public; Type: POLICY; Schema: public; Owner: supabase_admin --...

I investigated further and added a new RLS policy that causes the problem to recur; it appears that the two statements together are what to blame. Edited SQL script ```...

It's likely because dohjs directly uses modules that are not on the browser. Try importing `dohjs/dist/doh.min.js` instead