Re: Theme app extension error when testing the app

Theme app extension error when testing the app

ecomunpacked
Shopify Partner
2 0 0

Hi everyone,

 

I'm developing a publish app, and trying to create a theme app extension to add my app to the theme editor. But I always face this issue when try run the app "To preview your extensions, make sure that development store preview is enabled in the Partner Dashboard"

 

I've already enabled the option.

developer_preview_enable.png

 

But it still doesn't work.

 

Could you please advice?

 

Many thanks,

 

Replies 4 (4)

RinaA
Shopify Partner
10 1 1

me too...

Please tell me solution

It was fine before using Remix.

 

ndt_ts
Shopify Partner
27 3 8

You better turn it OFF.

Then run the below commands

npm run build
npm run deploy

This will deploy all the extensions attached to your project.

Now go to your Theme Editor of your store and add your theme extension app as an App Block and save the theme.

This will show your extension ui in the theme of your store.

RinaA
Shopify Partner
10 1 1

thank you. solved!

ndt_ts
Shopify Partner
27 3 8

Thats great to know.. KIndly mark it as accepted answer and like pls..