Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

Re: My app suddenly can't find extensions in app preview

Solved

My app suddenly can't find extensions in app preview

AH63935
Shopify Partner
37 1 27

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! 😞 


AH63935_2-1724364397844.png

 




AH63935_1-1724364353100.png

 

Accepted Solution (1)

AH63935
Shopify Partner
37 1 27

This is an accepted solution.

I believe the issue was fixed just now by Shopify!

View solution in original post

Replies 28 (28)

JordanQu
Shopify Partner
5 0 3

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.

matt-360
Shopify Partner
2 0 1

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.

JordanQu
Shopify Partner
5 0 3

Same for me. Something is going on

Dickie
Shopify Partner
1 0 1

Me too

RayleighCode
Shopify Partner
2 0 5

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

KulBoy
Shopify Partner
4 0 0

Same for me....It keep refreshing....Why is this happening?  Some changes/updates from shopify?Screenshot 2024-08-23 112117.png

andrewrobbins
Shopify Partner
29 0 13

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.

 

Screenshot 2024-08-22 at 9.01.19 PM.png

Creator of ShopWP https://wpshop.io

andrewrobbins
Shopify Partner
29 0 13

Entire Shopify admin down for anyone else?

Creator of ShopWP https://wpshop.io

iidanaoki
Shopify Partner
5 0 3

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/

スクリーンショット 2024-08-23 13.51.58.png

shopifyアプリを開発してます。ストア構築、カスタムアプリ開発、技術支援等の依頼を承っていますので、気軽にご連絡ください。
https://apps.shopify.com/partners/20393
https://twitter.com/heyfrap

shopifyアプリを開発してます。ストア構築、カスタムアプリ開発、技術支援等の依頼を承っていますので、気軽にご連絡ください。

Nivekithan_EPYC
Shopify Partner
2 0 0

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

akshay_joseph
Shopify Partner
12 3 18

I'm experiencing same issue. Any solution ?

akshay_joseph
Shopify Partner
12 3 18

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"Group 3.png

TMJ-ShopHelten
Shopify Partner
6 1 4

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

andrewrobbins
Shopify Partner
29 0 13

Worked for me. Thanks for the tunnel tip!

Creator of ShopWP https://wpshop.io
matt-360
Shopify Partner
2 0 1

Thanks @akshay_joseph !

bakikcakiroglu
Shopify Partner
3 0 1

App continuously refreshes on my side. 

akshay_joseph
Shopify Partner
12 3 18

Use ngrok instead of Cloudflare

bakikcakiroglu
Shopify Partner
3 0 1

Yes I did but writing just so Shopify team know. 

Ehsan55
Shopify Partner
1 0 0

Same here

matheus_alce
Shopify Partner
5 0 7

Same here.

 

Ngrok worked.

At Alce, we build custom-designed Shopify Plus stores, Apps, Integrations with brands and businesses worldwide. https://alce.rocks | Shopify Plus | Certified Expert Partner

dptucunduva
Shopify Partner
1 0 0

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

dptucunduva_0-1724417440055.png

 

Steven_Janczy
Shopify Staff
7 0 5

Hi folks, thanks for reporting this one. We are seeing this internally as well and it looks to be an issue with cloudflare (who we use to generate tunnels by default).

 

As a workaround, you can use ngrok instead of cloudflare temporarily. Instructions to do so:


1. Set up an ngrok account + ngrok CLI and follow their steps to set your access token
2. Run ngrok http 3000 (or any other port number)
3. Take a note of the URL it gives (ends in `ngrok-free.app`), leave ngrok running
4. Run shopify app dev --tunnel-url=https://<the ngrok URL>:3000 (or your port number)

andrewrobbins
Shopify Partner
29 0 13

Unfortunately this appears to have stopped working for me now.

 

Additionally, when I attempt to deploy my app, I'm not getting the following error:

Screenshot 2024-08-23 at 8.59.40 AM.png
Any thoughts?

Creator of ShopWP https://wpshop.io

schneck
Shopify Partner
1 0 0

same here

AH63935
Shopify Partner
37 1 27

This is an accepted solution.

I believe the issue was fixed just now by Shopify!

KABlackandBlack
Shopify Partner
5 0 0

yes issue fixed. Thanks

Steven_Janczy
Shopify Staff
7 0 5

Yes we can confirm this is working now. We worked with cloudflare and they were able to restore functionality (the underlying issue was with cloudflare since we use them by default for generating tunnels in our CLI.)

Edqar
Shopify Partner
2 0 0

I checked and it's solved. Thanks to the Shopify staff for quickly resolving the issue. Now we can continue developing.

Founder of MigrationPro: Shopify Store Migration app