Solutionunvalidated
Enable and configure RLS policies to allow inserts for the authenticated user (e.g., allow `user_id = auth.uid()`), and ensure the insert request returns data by using `.select()` after `.insert(...)` (and check `error` in the response).
36f0caba-5757-42d3-a197-a8b11eea3662
Enable and configure RLS policies to allow inserts for the authenticated user (e.g., allow user_id = auth.uid()), and ensure the insert request returns data by using .select() after .insert(...) (and check error in the response).