Description
What App Center service does this affect?
Code-push
Describe the bug
After realizing two of my apps were misnamed, I renamed them using the CLI. After that, I am getting a 500 Internal Server Error response for anything I try to do with those two apps.
The app name is found because if I try anything else, I'm getting a valid : "[Error] App does not exist"
BUT if I'm using the old name (that are supposed to be replaced), I'm also getting an Internal Server Error. My guess is that both name co-exist and are clashing somewhere, somehow :(
To Reproduce
Steps to reproduce the behavior:
Rename an app using the CLI
Try anything on that app (exmaple: code-push release-react APP_NAME android)
See error ("[Error] Internal Server Error")
Expected behavior
The app bundle should be uploaded