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
Disclaimer: this bug report is something to find if anyone else has the same issue, or any idea of what's happening. It lacks a clear repro. In the meantime a simple downgrade fixed the issue
Description
After updating to 3.0.0, our CI was unable to make any network request with the CLI, so something happened with that relase but not sure what.
-> It works locally
-> It work on a similar Docker image to CI
-> On CI: Error: {"message":"Failed to initialize file upload process."}
Repro Steps
This only happens within our CI, sorry
Expected behavior
Should work 🤷🏻
Details
Is there a particular beacon/command that you are having trouble with?
appcenter codepush release-react
Which version of the App Center CLI are you using?
3.0.0
Which OS version did you experience the issue on?
Docker Node 20
What command line/shell are you using?
bash
What version of Node.js and NPM/Yarn are you using?
e.g. node v20
The text was updated successfully, but these errors were encountered:
Hello @Titozzz thank you for reporting this issue. Could you please set environment variable and run codepush like this DEBUG="appcenter-cli:*" appcenter codepush release-react
and share the debug logs. Also are there any differences between the docker container where it works and the CI where it fails such as os version, network connection etc.
Disclaimer: this bug report is something to find if anyone else has the same issue, or any idea of what's happening. It lacks a clear repro. In the meantime a simple downgrade fixed the issue
Description
After updating to 3.0.0, our CI was unable to make any network request with the CLI, so something happened with that relase but not sure what.
-> It works locally
-> It work on a similar Docker image to CI
-> On CI:
Error: {"message":"Failed to initialize file upload process."}
Repro Steps
This only happens within our CI, sorry
Expected behavior
Should work 🤷🏻
Details
The text was updated successfully, but these errors were encountered: