Trouble Deploying: failed to fetch an image or build from source: error fetching docker server info: Get "http://[fdaa:1:1184:a7b:f4:eb3a:d214:2]:2375/v1.41/info": context deadline exceeded

My app is run-club-connect-1

When deploying, I’ve started seeing this. Just started a little bit ago; I haven’t made any changes to my docker files or fly.toml. I looked around the form, but didn’t find one that covers this issue and what to do about it.

¯\_(ツ)_/¯ 🐈 $fly deploy
==> Verifying app config
Validating /Users/coreyhaines/Projects/rcrt/fly.toml
Platform: machines
✓ Configuration is valid
--> Verified app config
==> Building image
Remote builder fly-builder-polished-river-4987 ready
==> Creating build context
--> Creating build context done
Error: failed to fetch an image or build from source: error fetching docker server info: Get "http://[fdaa:1:1184:a7b:f4:eb3a:d214:2]:2375/v1.41/info": context deadline exceeded

My fly.toml

# fly.toml app configuration file generated for run-club-connect-1 on 2023-06-06T10:10:55-05:00
#
# See https://fly.io/docs/reference/configuration/ for information about how to use this file.
#

app = "run-club-connect-1"
primary_region = "atl"
console_command = "/rails/bin/rails console"

[http_service]
  internal_port = 3000
  force_https = true
  auto_stop_machines = true
  auto_start_machines = true
  min_machines_running = 0

[[statics]]
  guest_path = "/rails/public"
  url_prefix = "/"

Thanks!
-Corey

Following the steps in this ticket: Error: tunnel unavailable: failed probing "personal": context deadline exceeded

worked for me.

fly wireguard reset
fly agent restart
1 Like

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