You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm able to perform a Select operation from the table. But anything else is simply returning {:ok, []} with no true "successful" write operation to the table. RLS policies were configured as well as fully turned off to try the write. I also used both api keys.
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
Created a table "users"
Disabled RLS just for testing (I may not even need it anyways)
if you wanna to test it, you can point the version to the main branch in your mix.exs, like: {:supabase_postgrest, github: "supabase-community/postgrest-ex", branch: "main"}
Bug report
Describe the bug
I'm able to perform a Select operation from the table. But anything else is simply returning
{:ok, []}
with no true "successful" write operation to the table. RLS policies were configured as well as fully turned off to try the write. I also used both api keys.To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
Expected behavior
I expected a return of
{:ok, [some data in here]}
but instead continuously get returned{:ok, []}
System information
> 0.5"},> 0.1.5"}{:supabase_postgrest, "
The text was updated successfully, but these errors were encountered: