my initial test for my app worked 50%. I created a row in (supabase) auth.users table but failed to insert the corresponding row in public.users (I have the insert row action in place). I then deleted the auth.users record via a sql command. Now my subsequent tests of the createUser action bypasses the createUser page and navigates to the next page, and so no rows are created in the 2 user tables. What could I be doing wrong?
4 replies