silenth
09/15/2021, 3:07 AMJ0
09/15/2021, 5:30 AMbaptisteArno
09/15/2021, 8:33 AMnew row violates row-level security policy for table "results"
error while inserting the data. Insert is supposed to be public:
CREATE POLICY "Enable select for owner" ON public.results FOR SELECT USING (...);
CREATE POLICY "Enable delete for owner" ON public.results FOR delete USING (...);
CREATE POLICY "Enable insert for public" ON public.results FOR insert with check (true);
CREATE POLICY "Enable update for public" ON public.results FOR update using (true) with check (true);
How can I debug this?ltanady
09/15/2021, 10:25 AMltanady
09/15/2021, 10:27 AMSyns
09/15/2021, 2:57 PMuser
09/15/2021, 4:16 PMScott P
09/15/2021, 4:26 PMuser
09/15/2021, 4:27 PMuser
09/15/2021, 4:27 PMScott P
09/15/2021, 4:32 PMuser
09/15/2021, 4:45 PMKellen Mace
09/15/2021, 4:47 PMSyns
09/15/2021, 5:24 PMSyns
09/15/2021, 5:25 PMtricked
09/15/2021, 5:40 PMThomas B
09/15/2021, 9:39 PMSyns
09/15/2021, 9:44 PMJoshTheNerd
09/15/2021, 9:48 PMJoshTheNerd
09/15/2021, 9:48 PMScott P
09/15/2021, 9:54 PMJoshTheNerd
09/15/2021, 9:55 PMJoshTheNerd
09/15/2021, 9:56 PMJoshTheNerd
09/15/2021, 9:56 PMThomas B
09/15/2021, 9:56 PMScott P
09/15/2021, 9:57 PMJoshTheNerd
09/15/2021, 9:57 PMJoshTheNerd
09/15/2021, 9:58 PMThomas B
09/15/2021, 10:02 PM