Image download failure for past few days

im trying to deploy a nextjs-flask application and I created a docker file. the build completes successfully but then the deployment says the image download has failed without saying why. I know other people posted about experiencing this issue and I even posted in one of those threads but they had their issue resolved while mine has still been happening for days. Please help :frowning:

2 Likes

Hey!

It seems like the docker image built out of your app is too big. I just checked and the compressed size is 4GB.
On a free instance, we allow 7GB max to decompress the image; this probably is too little for your app.

That being said, the error is unclear. We will work on that and officially document those limits.

2 Likes

Ah yes! i realized last night when i saw my docker image size and gasped. I upgraded and its making all the way to ā€œnetwork configuration propagatedā€ but then it says error after that. i upgraded to emedium instance which has 16gb disk. is that still too small for my application? sorry its my first time deploying a web application

2 Likes

still having issue :frowning:

1 Like

Hello @Cai_ro,

From what I see currently it fails to build an image. Do you need an assistance here?

2 Likes

yes please! i need help. i upgraded my koyeb service to 16gb disk space and im getting a new error. Now I get that after the network finished propagating, thereā€™s an internal deployment error. its very vague and cant debug from it :frowning: oddly enough though I was trying to redeploy to get the logs but since I havent deployed in 72 hours i had to make an ew one and now i get a build failure and log wont tell me whyā€¦ its stuck on the ā€œwaiting for logsā€ screen

1 Like

so previously, the build was able to finish and the ā€œinternal deployment errorā€ will show in the deployment tab but now my app wont build :frowning:

1 Like

was able to reuse previous build and this my deployment log

Instance created. Preparing to startā€¦

07/23/2024, 02:43:27 PM event 09a86614 Instance is starting. Propagating network configurationā€¦

07/23/2024, 02:43:31 PM event 09a86614 Network configuration propagated

07/23/2024, 02:47:00 PM event 09a86614 Internal deployment error. If the error persists, try to redeploy or contact us.

07/23/2024, 02:47:03 PM event 09a86614 Instance stopped

07/23/2024, 02:47:08 PM event 6b162a32

1 Like

Iā€™ve checked the internal logs and it seems that image was build but for some reason is broken and doesnā€™t even start.
Does it work when building image locally?

2 Likes

Sorry! i realized i had errors locally when i build image! i fixed it now!

2 Likes