S
Supabase6h ago
Nick

Network is unreachable

In my github action, all of a sudden I'm getting the following error. I haven't changed anything. What's causing this all of a sudden?
supabase link --project-ref cwbgftrekchrdstbnibg --password ***
supabase db push --dry-run --password ***

Connecting to remote database...
failed to connect to postgres: failed to connect to `host=db.cwbgftrekchrdstbnibg.supabase.co user=postgres database=postgres`: dial error (dial tcp [2600:1f16:1cd0:3312:a1ca:4fc3:63e1:964]:5432: connect: network is unreachable)
supabase link --project-ref cwbgftrekchrdstbnibg --password ***
supabase db push --dry-run --password ***

Connecting to remote database...
failed to connect to postgres: failed to connect to `host=db.cwbgftrekchrdstbnibg.supabase.co user=postgres database=postgres`: dial error (dial tcp [2600:1f16:1cd0:3312:a1ca:4fc3:63e1:964]:5432: connect: network is unreachable)
3 Replies
Seven
Seven6h ago
Same issue. been banging my head for the last 2h been working on my yml, and all of a sudden it stopped working.
ihm40
ihm403h ago
I haven't seen any errors on the status page for that region. Could this be an ipv4 vs ipv6 issue i.e your server does not support ipv6?https://supabase.com/docs/guides/troubleshooting/supabase--your-network-ipv4-and-ipv6-compatibility-cHe3BP
Supabase Docs | Troubleshooting | Supabase & Your Network: IPv4 and...
Supabase is the Postgres development platform providing all the backend features you need to build a product.
ihm40
ihm403h ago
running the curl command should let you determine if your network is ipv6 compataible. NOTE it seems like github actions is not

Did you find this page helpful?