Kolby
07/16/2022, 4:00 PMsupabase.auth.signUp I attempt to insert a row into a users table I created. I get a 401 if I have this policy enabled: Enable insert for authenticated users only . I assume that since the user just signed up, that they are authenticated, but still the 401. Works fine when the policy is removed. I've also tried adding: { returning: 'minimal' } since I've read it could be related to the return (select) policy, but no luck.
Any ideas? ThanksNeedle
07/16/2022, 4:00 PMgaryaustin
07/16/2022, 4:02 PMKolby
07/16/2022, 4:03 PMNeedle
07/18/2022, 7:34 PM