microsoft / code-push

A cloud service that enables Cordova and React Native developers to deploy mobile app updates directly to their users’ devices.
https://microsoft.github.io/code-push/
Other
4.36k stars 495 forks source link

All the CodePush releases disappeared, and two new environments appeared #743

Closed zoix closed 4 years ago

zoix commented 4 years ago

Hi there,

For some reason, all the CodePush releases just disappeared from my account for both Staging and Production. It happened just for the iOS release. No CLI action was executed (in case there is one to delete all the releases).

Not just that, but I also see this on my dashboard:

Screen Shot 2020-09-16 at 10 47 16 PM

As you can see in the right side, I see Production/Staging twice. Not a big deal, but I had more than 20 releases and they are gone for some reason. Any way to get them back?

Thanks in advance!


Update: it seems that the right side Production/Staging links twice are actually a big deal, since now I have two Staging and Production keys:

Screen Shot 2020-09-16 at 11 47 07 PM

One of the Production/Staging keys are the right ones, but I have no idea why the other one pops up, since I did not create anything new. And even worse, when releasing a new update, my app is not being updated. Maybe because the published app does not match with the new (and totally unexpected) Production/Staging keys automatically created?


Update: now the same just happened for my second app, an Android version. Did not touch anything, just jumped from one app to the other one. Before writing this issue, I saw all the releases, now they are also gone and two Staging/Production keys were created for that app.

Screen Shot 2020-09-16 at 11 18 04 PM


Update: I am sorry for all this updates, just trying to get more information in case it could be helpful. I would like to confirm that all the releases I am sending to both Staging/Production are being updated on the new environments created, that's why the app that is published on both stores is not being updated. I saw that through the app-center CLI.

zoix commented 4 years ago

Ok, more updates.

Just received an email from App Center support saying that they are having some issues with CodePush. In the meantime, I was able to fix the issue by just deleting the environments (actually, they are called deployments, of course) that were automatically created. How? By clicking in the wrench icon at the right side:

93412145-f6468b80-f872-11ea-8a50-59e657626225

Haven't seen it before!

It took me a while because I received tons of server errors, but at the end all those deployments are gone and the app is being updated. Closing this and hope it helps to somebody else.