Web console and table showing different app allocations

The web console at https://fly.io/apps/<my-app>/monitoring shows different apps than the table under it. flyctl status shows the same info as the table on the webpage.

The ctl and table are wrong and show outdated info. They both show 1 allocation with id “a7a8d1a0”, while the console shows app[12c56fc6].

I’ve tried scaling to count 2 and back to count 1, but the table and ctl are stuck on version 30 of my app.

I could visually confirm, after going to my app, that it was on the latest version (and not stuck on v30).

The app is deployed with GitHub Actions. The actions fails with this message:

--> You can detach the terminal anytime without stopping the deployment
==> Monitoring deployment
Error 1 error occurred:
	* No deployment available to monitor
$ flyctl version
flyctl v0.0.362 linux/amd64 Commit: 0023255c BuildDate: 2022-07-27T15:52:12Z

Update: It took a while but the console, table and ctl are now all in sync again. I have not run my GitHub Action workflow since then.

Hello! The out-of-sync data you were seeing might be related to an ongoing incident with our API we’re investigating:

We’ll keep the status page posted with updates.

Ah, I forgot to look at the status page. Thank you!