coollabsio / coolify

An open-source & self-hostable Heroku / Netlify / Vercel alternative.
https://coolify.io
Apache License 2.0
33.1k stars 1.77k forks source link

[Bug]: cURL error 28: Connection timeout after 10000 ms #2465

Closed ray-bun closed 4 months ago

ray-bun commented 4 months ago

Description

[2024-Jun-12 05:17:15.795926] Starting deployment of xxx [2024-Jun-12 05:17:15.916328] Preparing container with helper image: ghcr.io/coollabsio/coolify-helper:latest. [2024-Jun-12 05:17:15.988655]

[COMMAND] docker rm -f fcco84c [OUTPUT] Error response from daemon: No such container: fcco84c

[2024-Jun-12 05:17:16.132552]

[COMMAND] docker run -d --network coolify --name fcco84c --rm -v /var/run/docker.sock:/var/run/docker.sock ghcr.io/coollabsio/coolify-helper:latest [OUTPUT] 3a3c8ce73b8e6a3b3ffaf56c63823392c901f095b5744f00eacf4de4bf2e4b6d

[2024-Jun-12 05:17:26.515475] Oops something is not okay, are you okay? 😢

[2024-Jun-12 05:17:26.517935] cURL error 28: Connection timeout after 10000 ms (see https://curl.haxx.se/libcurl/c/libcurl-errors.html) for https://api.github.com/app/installations/51765442/access_tokens [2024-Jun-12 05:17:26.520648] Deployment failed. Removing the new version of your application.

Minimal Reproduction (if possible, example repository)

Error when trying to deploy a remixrun app via Github app

Exception or Error

No response

Version

v4.0.0-beta.294

ray-bun commented 4 months ago

Enabled all INCOMING traffics in the firewall fixed this issue