Too many requests under Policies
In the web UI when entering database -> policies it seems like you're doing 1 request per table, and since we have like 300 tables, you throws 100-200 "429 Too Many Requests" and our entire UI gets rate limited.
For example we cannot list "Target Roles".



2 Replies
I added a filter to table names in policies to limit to sub 10 tables in the view, then i kept refreshing every 10 seconds. After like 2 minutes i was able to list those few policies successfully without getting rate limited. But as soon as i try to list every table, i get limited again.
GitHub
supabase/supabase
The Postgres development platform. Supabase gives you a dedicated Postgres database to build your web, mobile, and AI applications. - supabase/supabase