Can't connect to Fly.io tunnel / attach Postgres - timeout probing "personal" from HKG

I’m getting tunnel unavailable: timeout probing "personal" on all Fly commands from Hong Kong, even basic fly proxy and fly ssh. Ping to api.fly.io is fine. Logs below.

ping api.fly.io

Pinging api.fly.io [77.83.143.220] with 32 bytes of data:

Reply from 77.83.143.220: bytes=32 time=4ms TTL=58

Reply from 77.83.143.220: bytes=32 time=4ms TTL=58

Reply from 77.83.143.220: bytes=32 time=4ms TTL=58

Reply from 77.83.143.220: bytes=32 time=4ms TTL=58

Ping statistics for 77.83.143.220:

Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),

Approximate round trip times in milli-seconds:

Minimum = 4ms, Maximum = 4ms, Average = 4ms

fly proxy 15432:5432 -a

Error: tunnel unavailable for organization personal: Error contacting Fly.io API when probing "personal": timed out (context deadline exceeded)

fly ssh console -a

Connecting to tunnel 🌏Error: tunnel unavailable: Error contacting Fly.io API when probing "personal": timed out (context deadline exceeded)

Connect to postgres

Any app within the Eurus organization can connect to this Postgres using the above connection string

Now that you've set up Postgres, here's what you need to understand: https://fly.io/docs/postgres/getting-started/what-you-should-know/

Checking for existing attachments

Failed attaching test1-1-quiet-breeze-3306 to the Postgres cluster test1-1-quiet-breeze-3306-db: Get "http://fdaa:5:c7c5:a7b:ec:315b:3d01:2:5500/commands/databases/test1_1_quiet_breeze_3306": connect tcp [fdaa:5:c7c5:a7b:ec:315b:3d01:2]:5500: operation timed out.

Try attaching manually with 'fly postgres attach --app test1-1-quiet-breeze-3306 test1-1-quiet-breeze-3306-db'

Error creating Postgres database. Be warned that this may affect deploys

Error creating Postgres cluster: Get "http://fdaa:5:c7c5:a7b:ec:315b:3d01:2:5500/commands/databases/test1_1_quiet_breeze_3306": connect tcp [fdaa:5:c7c5:a7b:ec:315b:3d01:2]:5500: operation timed out

Preparing system for Elixir builds

Error: failed running C:\Program Files\Elixir\bin\mix.bat local.rebar --force: exit status 1

After fly wireguard websockets enable and fly agent restart, the problem is sloved.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.