Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

appcenter-cli 3.0.0 network issues #2488

Closed
Titozzz opened this issue Mar 25, 2024 · 3 comments
Closed

appcenter-cli 3.0.0 network issues #2488

Titozzz opened this issue Mar 25, 2024 · 3 comments

Comments

@Titozzz
Copy link

Titozzz commented Mar 25, 2024

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

  1. Is there a particular beacon/command that you are having trouble with?
    • appcenter codepush release-react
  2. Which version of the App Center CLI are you using?
    • 3.0.0
  3. Which OS version did you experience the issue on?
    • Docker Node 20
  4. What command line/shell are you using?
    • bash
  5. What version of Node.js and NPM/Yarn are you using?
    • e.g. node v20
@DordeDimitrijev
Copy link
Contributor

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.

@DordeDimitrijev
Copy link
Contributor

DordeDimitrijev commented Jun 10, 2024

HI @Titozzz can you please try updating node-fetch and testing it out on your CI, let me know if it helps. Take a look #2497

@DordeDimitrijev
Copy link
Contributor

Closing due inactivity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants