Supabase Postgrest unable to do any action?

Hello all,

I’m trying to setup a database with Supabase. Within my Elixir project I have 2 dependencies I’m referencing. supabase_potion and supabase_postgrest.
I have my configuration setup within my project as well. I have created RLS policies to allow Select, Insert, Update, etc. to the table for my anon user. But no matter which API key I use (the anon public or service_role) I am unable to get anything to pull in. Eventually, I was able to get the Select statement to work but no inserts or update functions are going through.

I continuously get {:ok, []} returned.

I have also turned off RLS and still get this same exact result.

Anyone have an idea of what I could possibly be doing wrong?

Closed. Repo/Dependency is actively being worked on - issue is being tracked.