Changes don't appear for the App Extension in the live version, only appear in dev

Hello, currently every changes i did don’t appear in the app extension or they some bug when it’s deployed. But when it’s on development it’s perfect so i don’t know why the changes don’t appear

It happen only for the app extension, for the rest the changes appear

If someone know, it will really help. Also it’s the first time i change things since deployment so maybe i forget some step.

Hey @Apotheose,

This is likely because you have not deployed the extension to Shopify. Certain extensions are actually hosted by shopify and you need to run npm run deploy or shopify app deploy to deploy extension code changes to shopify.

2 Likes