Problems both deploying and starting up machine

We’re testing the waters running a small Shopify Remix APP hosted here, built using Shopify’s boilerplate for this.

As of this morning, we ran a minor update just to fix a visual display issue inside the app. However, now the app will not start (it was running fine for 2+ weeks till now).

We have not edited any config, updated anything on the machine (other than trying a memory scale to see if that would sort it), or changed anything other than just the output of a date format from an ISO string to something more human readable.

The messages returned are:

instance refused connection. is your app listening on 0.0.0.0:8081? make sure it is not only listening on 127.0.0.1 (hint: look at your startup logs, servers often print the address they are listening on)

(Not sure where to find the startup logs here? We’ve been going through the fly logs both through the monitoring tool and console fly logs)

and

Error: request to https://binaries.prisma.sh/all_commits/4bc8b6e1b66cb932731fb1bdbbc550d1e010de81/linux-musl-openssl-3.0.x/migration-engine.sha256 failed, reason: connect ETIMEDOUT 2606:4700:10::6816:166d:443
(this one is pretty clear)

But we’ve not changed anything internally for this (no package updates or anything else changed on the dev machines). Additionally the app deploy is taking around 10x as long, getting stuck here:

Prior to today, yesterday included, it was taking around 2-3 minutes in total to deploy and for the machine to start up.

Not sure what to do with this as we haven’t change anything that should be causing this.

Now also getting

This is happening during deployment.

Is there any chance at all that our machine is having some networking issues?

Hey @realmedia

Sorry about that. We had some IPv6 routing problems in lhr region. Should be fixed now.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.