-
Notifications
You must be signed in to change notification settings - Fork 136
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]: When i run shopify app dev and also it is the latest version it is stuck #4538
Comments
I think you didn't delete the local CLI before installing the global CLI? |
But it was working fine with the local cli installed before |
Can you post more of the verbose output? seems like it's trying to install cloudflared and maybe is failing there |
I randomly fixed it. I changed projects and it was fixed for some odd reason. |
Well again i got it when ever i install a new package it stops working |
THese are the logs that i could find 2024-09-30T07:12:22.906Z: Reading cached app information for directory C:/Users/Dev Zawad/Documents/GitHub/shopify-product-bundler... 2024-09-30T07:12:23.140Z: Reading cached app information for directory C:/Users/Dev Zawad/Documents/GitHub/shopify-product-bundler... 2024-09-30T07:12:23.281Z: Getting session store... 2024-09-30T07:12:23.287Z: Sending Identity Introspection request to URL: https://accounts.shopify.com/oauth/introspection
2024-09-30T07:12:23.711Z: Request to https://accounts.shopify.com/oauth/introspection completed in 420 ms
2024-09-30T07:12:23.716Z: The identity token is valid: true
2024-09-30T07:12:23.718Z: Verifying that the user has a Partner organization With variables: With request headers:
2024-09-30T07:12:24.468Z: Request to https://partners.shopify.com/api/cli/graphql completed in 713 ms
2024-09-30T07:12:24.506Z: Sending "Partners" GraphQL request: With variables: With request headers:
2024-09-30T07:12:24.896Z: Request to https://partners.shopify.com/api/cli/graphql completed in 387 ms
2024-09-30T07:12:24.946Z: Sending "Partners" GraphQL request: With variables: With request headers:
2024-09-30T07:12:25.366Z: Request to https://partners.shopify.com/api/cli/graphql completed in 417 ms
2024-09-30T07:12:25.400Z: Sending "Partners" GraphQL request: With variables: With request headers:
2024-09-30T07:12:25.811Z: Request to https://partners.shopify.com/api/cli/graphql completed in 407 ms
2024-09-30T07:12:25.826Z: The following extension specifications were defined locally but not found in the remote specifications: data, payments_extension, tax_calculation With variables: With request headers:
2024-09-30T07:12:26.517Z: Request to https://partners.shopify.com/api/cli/graphql completed in 640 ms
2024-09-30T07:12:26.537Z: Reading cached app information for directory C:/Users/Dev Zawad/Documents/GitHub/shopify-product-bundler... 2024-09-30T07:12:27.031Z: Obtaining the dependency manager in directory C:\Users\Dev Zawad\Documents\GitHub\shopify-product-bundler... 2024-09-30T07:12:27.413Z: Reading the content of file at web/shopify.web.toml... 2024-09-30T07:12:29.037Z: 2024-09-30T07:12:29Z INF Cannot determine default configuration path. No file [config.yml config.yaml] in [~/.cloudflared ~/.cloudflare-warp ~/cloudflare-warp] 2024-09-30T07:12:29.132Z: 2024-09-30T07:12:29Z INF Initial protocol quic 2024-09-30T07:12:29.173Z: 2024-09-30T07:12:29Z INF ICMP proxy will use fe80::62c8:97ce:d509:e16e in zone Ethernet as source for IPv6 2024-09-30T07:12:29.181Z: 2024-09-30T07:12:29Z INF cloudflared does not support loading the system root certificate pool on Windows. Please use --origin-ca-pool to specify the path to the certificate pool 2024-09-30T07:12:29.184Z: 2024-09-30T07:12:29Z INF Starting metrics server on 127.0.0.1:55524/metrics 2024-09-30T07:12:29.841Z: 2024-09-30T07:12:29Z WRN Your version 2024.8.2 is outdated. We recommend upgrading it to 2024.9.1 2024-09-30T07:12:30.248Z: 2024-09-30T07:12:30Z INF Registered tunnel connection connIndex=0 connection=d838c2fe-7daf-4cbe-bc95-698efed351d1 event=0 ip=198.41.200.193 location=bom11 protocol=quic |
Did you try removing the local copy of the CLI? Does this happen using the Global CLI always? |
I am using npm and i use global cli |
And maybe if u want i can contact u in discord |
It is better |
Hi @coderzawad, we don't offer that kind of support, this seems more likely related to an issue in your environment/configuration, but is hard to say. If it fails after adding a new dependency, try to do an The verbose log looks fine, there are no errors there |
I did everything didn't work so i changed to arch linux and it works fine now |
Please confirm that you have:
In which of these areas are you experiencing a problem?
App
Expected behavior
When i run the shopify app dev command it should work. It was working but when i updated my shopify cli version it stopped working
Actual behavior
It iis stuck at this
Verbose output
2024-09-27T04:53:11.394Z: Running command app dev
2024-09-27T04:53:11.419Z: Getting a random port...
2024-09-27T04:53:11.431Z: Random port obtained: 50246
2024-09-27T04:53:11.456Z: version check failed, reinstalling
nothing shows after this
Reproduction steps
The way i produced it was :-
Upgrade to the latest shopify cli
and then done!
Operating System
Windows 11
Shopify CLI version (check your project's
package.json
if you're not sure)Latest shopify version
Shell
windows powershell
Node version (run
node -v
if you're not sure)v20.17.0
What language and version are you using in your application?
Node
The text was updated successfully, but these errors were encountered: