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

[Bug]: connect ETIMEDOUT 185.146.173.20:443 running yarn dev on CLI-generated app #3417

Closed
2 tasks done
nicksmithr opened this issue Feb 11, 2024 · 3 comments
Closed
2 tasks done
Labels
Type: Bug Something isn't working

Comments

@nicksmithr
Copy link

Please confirm that you have:

  • Searched existing issues to see if your issue is a duplicate. (If you’ve found a duplicate issue, feel free to add additional information in a comment on it.)
  • Reproduced the issue in the latest CLI version.

In which of these areas are you experiencing a problem?

App

Expected behavior

It should run the app.

Actual behavior

connect ETIMEDOUT 185.146.173.20:443

Verbose output

error ───────────────────────────────────────────────────────────────────────╮
│                                                                               │
│  request to https://partners.shopify.com/api/cli/graphql failed, reason:      │
│  connect ETIMEDOUT 185.146.173.20:443                                         │
│                                                                               │
╰───────────────────────────────────────────────────────────────────────────────╯

    FetchError: request to https://partners.shopify.com/api/cli/graphql failed, reason: connect ETIMEDOUT
    185.146.173.20:443
    Code: ETIMEDOUT

Reproduction steps

  1. Run yarn dev in a shopify

Operating System

MacOS

Shopify CLI version (check your project's package.json if you're not sure)

3.53

Shell

warp

Node version (run node -v if you're not sure)

21.1.0

What language and version are you using in your application?

Node

@nicksmithr nicksmithr added the Type: Bug Something isn't working label Feb 11, 2024
@nicksmithr
Copy link
Author

Resolved now.

Closing. Probably a short outage?

@Wilmer-Rivka
Copy link

Hi Nick,

How did you fix this issue? I've been trying to fix for a few days and nothing. I'd really appreciate if you could share your solution.

@MahmoudY3c
Copy link

MahmoudY3c commented Dec 22, 2024

For some reasons that I don't know what it's installing shopify as dev dependency fix that error so whenever i need to run any command, I'm run it like yarn dev or yarn deploy the problem isn't happening anymore I think there's something wrong when install it globally so use it as dev dependency

cd /path/to/you-app
npm i -D shopify
npm run dev

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants