Can't complete `flyctl deploy` process - `Error 204 No Content`

Hi,

My fly deploy process keeps failing (both on GitHub actions and from my machine) because of a Error 204 No Content.

Strangely enough the culprit seems to be:
/app/bin/my_app eval MyApp.Release.migrate, which runs for about 15 seconds before returning the error (our DB is on GCP). Even weirder, even though it seems to interrupt the process, I realized the deploy is made after all!

Also, it began to happen yesterday, for no apparent reason.

Anyone who encountered the same problem?

Is this still happening? Yesterday we had a regression in our API which affected release commands. That was fixed around 3pm US Eastern time.

1 Like

You’re right, I retried one hour ago and it’s fixed :slight_smile:
Thanks!

1 Like