My app suddenly can't find extensions in app preview

So my app was working fine before and showing its different extensions etc. but suddenly when I tried to preview it it says I have no extensions? Even though when I run the command, it says each of them is being updated. Additionally when I run deploy, the app in partners dashboard doesn’t seem to show the changes that were made from before. Please HELP! :disappointed_face:

19 Likes

Same issue here. I’m seeing live changes when I preview the checkout directly on my dev store, but the dev console isn’t working.

3 Likes

Same problem for me, I was doing my normal dev work and suddenly the web console is showing No extensions found and I can’t get my extension preview link. This is really a hard blocker for my work since it’s the only path for non-plus developers to view a plus app.

Additionally, when I’m trying to access my admin app in my development store, when serving it locally through the cloudflare tunnel, my app keeps refreshing rapidly over and over, like several times a second, indefinitely. This also started occurring at the exact same time the extension link problem occurred so I’m assuming they’re related.

1 Like

Yep happening to me as well. Everything was working fine this afternoon.

In addition to the “No extensions” found error, I’m also seeing the app refresh every second.

2 Likes

Entire Shopify admin down for anyone else?

1 Like

Same for me. Something is going on

Me too

1 Like

Some for me. All of a sudden the app keeps on refreshing. Browser console shows " WebSocket connection to xyz.trycloudflare.com failed".

3 Likes

Same for me…It keep refreshing…Why is this happening? Some changes/updates from shopify?

Hello, I’m experiencing the same issue.

I checked the error, and the websocket connection to Cloudflare is failing in my local environment.

The cloudflare status page says they’re working on a fix, so this might be related.

https://www.cloudflarestatus.com/

I am too facing this issue. Let’s hope they fix this soon

I’m experiencing same issue. Any solution ?

Got a temporary solution. The issue is with cloudflare tunnel. Use ngork instead of Cloudflare tunnel.

  1. Install ngrok in your system.
  2. Create a free account in ngrok. And go to Domains and create a Domain and copy it.
  3. Then change the port number in command from 80 to 8080 . Run the command in local to create a tunnel. eg. ngrok http --domain=xxx-xxxxxxxxx-xxxxxx.ngrok-free.app 8080
    Replace with your created domain
  4. Then open another command line interface and run npm run dev – --tunnel-url=“xxx-xxxxxxxxx-xxxxxx.ngrok-free.app:8080”
9 Likes

App continuously refreshes on my side.

Use ngrok instead of Cloudflare

1 Like

@akshay_joseph thank you - This works for me, while Cloudflare fix their issues :rocket:

1 Like

Yes I did but writing just so Shopify team know.

Same here

Same here.

Ngrok worked.

1 Like

Same issue here. What I am seeing in chrome devtools is an error when opening a websocket connection to cloudflare.