I’m encountering this too since last night! I thought it was just me. But I can’t deploy any new releases, even for a new app. I’ve already emailed our support, and I think they’re looking into it. I am unsure.
All my fly apps are stuck in an infinite deploy loop.
I solved it by switching to a node version < 18 as well. But setting the engine type to binary might be the better option to use the new node versions.
It’s still so strange to have this issue occur only now.
I don’t think it’s Fly either because I deployed the same app onto Render and got the same segfault. It’s the docker image (node + linux flavor). I would think docker images are immutable. But iirc, it might be possible to publish a new image under the same semver version. The real diff is the commit hash.
Just did some reading about SEGFAULT - that explains why I couldn’t reproduct it. I’m on M1, so I could not reproduce this locally.
Again, so so strange that this just happened to us both now, especially as I haven’t made a deploy in about a month prior to it crashing. Perhaps my app could moved to some other hardware that didn’t agree with it.