Shopify / theme-extension-getting-started

A theme app extension boilerplate that highlights the basic structure and features that are available to developers who want to integrate their apps with Shopify Online Stores.
https://shopify.dev/apps/online-store/theme-app-extensions/getting-started
MIT License
108 stars 45 forks source link

Deep link to enable theme app extensions not working #31

Closed alex-geopro closed 1 year ago

alex-geopro commented 1 year ago

I am trying to use a deep link to a store to permit the user to enable our theme app extension, as documented here: https://shopify.dev/docs/apps/online-store/theme-app-extensions/extensions-framework#deep-linking

It not working 100%.

  1. It does appear to enable (activate) the them app extension
  2. It doesn't show our theme app extensions on the screen, instead it says not found (see attached)

This is the url I am using:

https://admin.shopify.com/store/alex-test-store-ca/themes/159254282524/editor?context=apps&activateAppId=3c84ac0f-5836-4608-bd83-36d219bef56f/geopro

Other detail:

  1. App: https://partners.shopify.com/3071987/apps/61492396033/overview
  2. Store: https://partners.shopify.com/3071987/stores/82291687708

Steps to reproduce:

  1. Open link https://admin.shopify.com/store/alex-test-store-ca/themes/159254282524/editor?context=apps&activateAppId=3c84ac0f-5836-4608-bd83-36d219bef56f/geopro
  2. Arrive at the theme editor for this store, with app embeds open

Result: it say "no results found" top left

Expected result: it should show the theme app extension.

Work around: if I delete all the text "Geo:Pro app_title:'geolocate-staging'" in the search box, then it the app embed shows up.

Screenshot 2023-10-09 at 10 57 58 AM Screenshot 2023-10-09 at 10 58 07 AM
alex-geopro commented 1 year ago

Hi, why was this closed?