How to get around failed to connect to postgres rate limit (cursor/supabase combo)
I always get this error
It times out when trying to connect using supabase link, or supabase db push through supabase CLI.
I think this is a ratelimit error because I have been using cursor agents which make supabase requests quite fast.
However it becomes a total blocker
Is this a feature/bug or am i misusing the supabase cli?
thanks!
➜ scoring-dashboard git:(ceart-admin-permissions) supabase link
Selected project: ksvpenwxipxbwvdmrbfj
Initialising login role...
^CConnecting to remote database...
failed to connect to postgres: failed to connect tohost=aws-1-us-east-1.pooler.supabase.com user=postgres.ksvpenwxipxbwvdmrbfj database=postgres: hostname resolving error (lookup aws-1-us-east-1.pooler.supabase.com: operation was canceled)
It times out when trying to connect using supabase link, or supabase db push through supabase CLI.
I think this is a ratelimit error because I have been using cursor agents which make supabase requests quite fast.
However it becomes a total blocker
Is this a feature/bug or am i misusing the supabase cli?
thanks!