Replies: 1 comment 1 reply
-
This will happen if the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am following the stripe next example.
I have two tables users and settings. after insert to auth.users I create new record in both tables.
both tables have policy to allow select and update to user.
my query
to sign up:
Sign up works, the rows are created in the tables. but the update returns 404
browser-ponyfill.js?5d61:517 PATCH https://gjrzdkxobmxnspyyhqmq.supabase.co/rest/v1/users?id=eq.51920a0b-07a3-4fb3-acfb-2d0d6f38392d 404
am I missing something?
Beta Was this translation helpful? Give feedback.
All reactions