You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am trying out this repo for the first time. I have created a fly.io account, verified my email, added a credit card, and ran fly launch to launch the app. This (or fly deploy) is consistently failing with the error:
Failed: failed to wait for VM [ID-REDACTED] in started state: not_found: machine not found
Running fly logs reveals this error:
Not enough space to unpack image, possibly exceeds maximum of 8GB uncompressed
This is unusual because the fly deploy process includes:
image size: 3.5 GB
(which is less than the reported 8 GB limit).
I tried searching community.fly.io and there are several matching, but unanswered, posts, and I was not able to find any which successfully address this issue.
Is this an issue with the fly.io platform, or does this repo need to be updated?
The text was updated successfully, but these errors were encountered:
Hi, I am trying out this repo for the first time. I have created a fly.io account, verified my email, added a credit card, and ran
fly launch
to launch the app. This (orfly deploy
) is consistently failing with the error:Running
fly logs
reveals this error:This is unusual because the
fly deploy
process includes:(which is less than the reported 8 GB limit).
I tried searching community.fly.io and there are several matching, but unanswered, posts, and I was not able to find any which successfully address this issue.
Is this an issue with the fly.io platform, or does this repo need to be updated?
The text was updated successfully, but these errors were encountered: