I'm using AWS Amplify for user auth services (not supabase auth for other reasons) and leveraging this to interact with 2 supabase db tables. For some reason, I keep getting this error: " DEBUG: Creation Error: PostgrestError(detail: nil, hint: nil, code: Optional("42501"), message: "n" when trying to fetch information from those tables, and create entries in those tables through my app. Why might this be? I have already enabled RLS on both tables.
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.