You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Before releasing my app, I was able to retrieve deployment information using the ls command without issues:
% code-push-standalone deployment ls my_app
┌────────────┬─────────────────────┬──────────────────────┐
│ Name │ Update Metadata │ Install Metrics │
├────────────┼─────────────────────┼──────────────────────┤
│ Production │ No updates released │ No installs recorded │
├────────────┼─────────────────────┼──────────────────────┤
│ Staging │ No updates released │ No installs recorded │
└────────────┴─────────────────────┴──────────────────────┘
However, after releasing the app, the command hangs for a while and then shows the following error:
% code-push-standalone deployment ls my_app
[Error] socket hang up
I’d greatly appreciate it if anyone could advise me on how to resolve this issue.
Thank you!
The text was updated successfully, but these errors were encountered:
Hello everyone,
Before releasing my app, I was able to retrieve deployment information using the ls command without issues:
However, after releasing the app, the command hangs for a while and then shows the following error:
I’d greatly appreciate it if anyone could advise me on how to resolve this issue.
Thank you!
The text was updated successfully, but these errors were encountered: