Not able to GET or UPDATE database

Good Day. I am new to supabase. I created an account and currently testing it with a project I am but since last night, I can't get any data from a simple SELECT statement in my application. Is there some kind of block after a period of time I am not being made aware of?
2 Replies
garyaustin
garyaustin4h ago
Are you using the REST API (supabase-js type clients)? If so do you meet RLS on the table?
PurpleUnicorn87
PurpleUnicorn87OP4h ago
Yes! I am using @supabase/supabase-js Confirming the RLS

Did you find this page helpful?