Unable to deploy docker application

I get the following error when trying to deploy my docker application:

> WARN Failed to start remote builder heartbeat: You hit a Fly API error with request ID: 01GF4FF29R1BB36VT2AM80Q7MA-jnb
> Error failed to fetch an image or build from source: error connecting to docker: You hit a Fly API error with request ID: 01GF4FF2WG431ME0B0QY6QJ05F-jnb

The error even occurs on GitHub actions.

Can you post a screenshot of your dockerfile and also can you share the name of the app so we can look into it further?

Hi, sure, why creating a new app I get the following now: *

error connecting to docker: You hit a Fly API error with request ID: 01GF5NDDHJ9S4VFQ91D5TH6MG1-jnb


DEBUG client initialized.

DEBUG → POST GraphQL Playground

{

“query”****: “query ($appName: String!) { appbasic:app(name: $appName) { id name platformVersion organization { id slug } } }”,

“variables”****: {

“appName”****: “store-extensions”

}

}

DEBUG {}

DEBUG ← 200 GraphQL Playground (469.05ms)

{

“data”****: {

“appbasic”****: {

“id”****: “store-extensions”,

“name”****: “store-extensions”,

“platformVersion”****: null**,**

“organization”****: {

“id”****: “n1LAmaNekYLj0IZJZ63N87g3NLfDv1”,

“slug”****: “personal”

}

}

}

}

DEBUG app config loaded from /Users/tihan-nico/Documents/GitHub/Extension-API/fly.toml

==> Verifying app config

→ Verified app config

==> Building image

DEBUG trying remote docker daemon

DEBUG → POST GraphQL Playground

{

“query”****: “mutation($input: EnsureMachineRemoteBuilderInput!) { ensureMachineRemoteBuilder(input: $input) { machine { id state ips { nodes { family kind ip } } }, app { name organization { id slug } } } }”,

“variables”****: {

“input”****: {

“appName”****: “store-extensions”,

“organizationId”****: null

}

}

}

DEBUG {}

DEBUG ← 500 GraphQL Playground (459.33ms)

{

“errors”****: [

{

“message”****: “You hit a Fly API error with request ID: 01GF69QC6TXNP7XT9X61CH7RFM-jnb”,

“extensions”****: {

“code”****: “SERVER_ERROR”,

“fly_request_id”****: “01GF69QC6TXNP7XT9X61CH7RFM-jnb”

}

}

],

“data”****: {}

}

WARN Failed to start remote builder heartbeat: You hit a Fly API error with request ID: 01GF69QC6TXNP7XT9X61CH7RFM-jnb

DEBUG Trying ‘Buildpacks’ strategy

DEBUG no buildpack builder configured, skipping

DEBUG result image: error:

DEBUG Trying ‘Dockerfile’ strategy

DEBUG → POST GraphQL Playground

{

“query”****: “mutation($input: EnsureMachineRemoteBuilderInput!) { ensureMachineRemoteBuilder(input: $input) { machine { id state ips { nodes { family kind ip } } }, app { name organization { id slug } } } }”,

“variables”****: {

“input”****: {

“appName”****: “store-extensions”,

“organizationId”****: null

}

}

}

DEBUG {}

DEBUG ← 500 GraphQL Playground (447.32ms)

{

“errors”****: [

{

“message”****: “You hit a Fly API error with request ID: 01GF69QCN81BDKSARC6KNE4C22-jnb”,

“extensions”****: {

“code”****: “SERVER_ERROR”,

“fly_request_id”****: “01GF69QCN81BDKSARC6KNE4C22-jnb”

}

}

],

“data”****: {}

}

DEBUG result image: error:error connecting to docker: You hit a Fly API error with request ID: 01GF69QCN81BDKSARC6KNE4C22-jnb

Error failed to fetch an image or build from source: error connecting to docker: You hit a Fly API error with request ID: 01GF69QCN81BDKSARC6KNE4C22-jnb

Can you also check and share what the logs are saying. Fly.io Docs: flyctl logs