Flyctl deploy errors after creating build context

I am attempting to deploy my app after updating some of the code and when I run flyctl deploy I get the following error:

==> Verifying app config
--> Verified app config
==> Building image
Remote builder fly-builder-old-sunset-8561 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:0:9b89:a7b:9ada:f988:89f2:2]:2375/v1.41/info": context deadline exceeded

I’ve looked at similar posts with similar errors and tried the various solutions provided, but they haven’t fixed the problem. I’ve tried:
Destroying the builder, resetting the wireguard, re-logging in using flyctl auth login. I still get the same error.
Appreciate any help!

edit: Figured out it was just an issue with my VPN. Disabling the VPN fixed it.