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
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.
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
still having issue
Hello @Cai_ro,
From what I see currently it fails to build an image. Do you need an assistance here?
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 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
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
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
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?
Sorry! i realized i had errors locally when i build image! i fixed it now!