Unable to connect to remote supabase project via CLI

I can't seem to connect to my remote supabase project. There appears to be no shortages in the status page.
Been happing the past 20-30 minutes



supabase link --debug
open supabase/.temp/profile: no such file or directory
Using workdir /[redacted]
Supabase CLI 2.53.6
Using profile: supabase (supabase.co)
Loading project ref from file: supabase/.temp/project-ref
Using access token for profile: supabase
2025/11/07 14:23:54 HTTP GET: https://api.supabase.com/v1/projects
Selected project: [redacted]
2025/11/07 14:23:56 HTTP GET: https://api.supabase.com/v1/projects/[redacted]
2025/11/07 14:23:56 HTTP GET: https://api.supabase.com/v1/projects/[redacted]/api-keys?reveal=true
2025/11/07 14:23:56 HTTP GET: https://api.supabase.com/v1/projects/[redacted]/config/database/postgres
2025/11/07 14:23:56 HTTP GET: https://api.supabase.com/v1/projects/[redacted]/postgrest
2025/11/07 14:23:56 HTTP GET: https://api.supabase.com/v1/projects/[redacted]/network-restrictions
2025/11/07 14:23:56 HTTP GET: https://api.supabase.com/v1/projects/[redacted]/config/storage
2025/11/07 14:23:56 HTTP GET: https://api.supabase.com/v1/projects/[redacted]/config/auth
2025/11/07 14:23:56 HTTP GET: https://api.supabase.com/v1/projects/[redacted]/config/database/pooler
2025/11/07 14:23:56 HTTP GET: https://[redacted].supabase.co/rest/v1/
2025/11/07 14:23:56 HTTP GET: https://[redacted].supabase.co/auth/v1/health
2025/11/07 14:23:57 HTTP GET: https://[redacted].supabase.co/storage/v1/version
Using connection pooler: postgresql://postgres.[redacted]@aws-1-us-east-2.pooler.supabase.com:5432/postgres
Initialising login role...
2025/11/07 14:23:58 HTTP POST: https://api.supabase.com/v1/projects/[redacted]/cli/login-role
^V^CConnecting to remote database...
failed to connect to postgres: failed to connect to host=aws-1-us-east-2.pooler.supabase.com user=postgres.[redacted] database=postgres: hostname resolving error (lookup aws-1-us-east-2.pooler.supabase.com: operation was canceled)
Was this page helpful?