I was following this example: Run a Machines App Using flyctl · Fly Docs and the steps I followed weren’t working: it just shows a spinner when I visit the URL for my app.
I think there’s an error in the example command. It shows this command:
fly m run . -p 443:8080/tcp:tls:http -p 80:8080/tcp:http --region yyz -a testrun
Hi @Yaeger, sorry, that doc is not great for dipping into. If you read it all the way through, that error is planted there so it can be fixed later in the article.
If you’re interested in running a V2 (Machines) app, the preview docs are a better reference for the current state of things.