Getting this error when deploying:
failed to fetch an image or build from source: {"message":"page not found"}
(http: 404)
Getting this error when deploying:
failed to fetch an image or build from source: {"message":"page not found"}
(http: 404)
Sorry for the breakage. The latest version of flyctl is incompatible with old remote builder images. Can you recreate your builder machine?
You can check your builder like below;
% fly apps list | grep '^fly-builder'
fly-builder-weathered-lake-286 personal deployed machines
Then remove;
% fly apps destroy fly-builder-weathered-lake-286
Iām going to make flyctl compatible with the old builder images.
flyctl 0.0.527 gracefully handles the issue. If someone have the issue, please try flyctl version update
!
@kaz Looks like its working now. Thanks for the quick fix!
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.