App reviews, troubleshooting, and recommendations
Hi everyone!
I facing an issue with my deep link.
The link porpuse is to redirect the user from the app to activation of the app in the app embed in the theme editor so he only needs to click save in theme editor.
The link it self redirect the user to the current page but "app embed does not exist” error is shown and the activation doesn’t work.
Would really appreciate help!
The link structure:
The app is in development - the link never worked perfectly.
Solved! Go to the solution
This is an accepted solution.
Hello @Ido1425
https://admin.shopify.com/store/${shopName}/themes/${themeEditorId}/editor?context=apps&template=index&activateAppId=${EXTENSTION_ID}/${EXTENSTION_FILE_NAME}
If the solution presented meets your needs and addresses your query effectively, I encourage you to accept it as the chosen answer. This will acknowledge the support you received and aid fellow community members in identifying reliable and effective solutions for their similar concerns.
Thank you.
Hello @Ido1425
You can use the below URL For App embed activation.
https://admin.shopify.com/store/${shopName}/themes/${themeEditorId}/editorcontext=apps&template=index&activateAppId=${EXTENSION_ID}/${EXTENSION_NAME}
In this link:
themeEditorId is obtained via the admin REST API theme.json.
EXTENSION_ID is Enter Your theme app extension id.
EXTENSION_NAME is your theme app extension name.
If the solution presented meets your needs and addresses your query effectively, I encourage you to accept it as the chosen answer. This will acknowledge the support you received and aid fellow community members in identifying reliable and effective solutions for their similar concerns.
Thank you.
themeEditorId - Is it ok to write "current"?
EXTENSION_ID - Is it has to be the uuid I found in the inspector?
EXTENSION_NAME - In name you refer to the extension handle that I can see in the partner dashboard in the extensions section of the app?
Example of url I created and it doesn't work:
This is an accepted solution.
Hello @Ido1425
https://admin.shopify.com/store/${shopName}/themes/${themeEditorId}/editor?context=apps&template=index&activateAppId=${EXTENSTION_ID}/${EXTENSTION_FILE_NAME}
If the solution presented meets your needs and addresses your query effectively, I encourage you to accept it as the chosen answer. This will acknowledge the support you received and aid fellow community members in identifying reliable and effective solutions for their similar concerns.
Thank you.
I am using the gadget.dev platform, do you know how I can get that info?
Thank you for the explanation!
can you describe which exactly info you want EXTENSION_ID or something else?
I am not sure I understood your question.
I have tried to use the UUID and the id of the app in the url of the partners dashboard
I want to prevent the error and that the deep link will activate the app so the user only need to click save
I assume the issue relies on the extension ID or the extension file name because I’m not sure which information to use for that
For the extension ID and extension file name you can contact Gadget, they will provide you the extension ID and file name. After you get this detail you simply add this info to the URL and you will be redirected to the theme editor with the preselected extension.
Current accepted solution is old and now you don't need a theme scope or anything like that
simple deep link would work as suggested here
https://shopify.dev/docs/apps/build/online-store/theme-app-extensions/configuration#app-embed-block-...
EXTENSION_ID =====> generated automatically and save inside .env file when you run `yarn deploy`
EXTENSION_NAME ====> Must be a name your liquid file
We recently spoke with Zopi developers @Zopi about how dropshipping businesses can enha...
By JasonH Oct 23, 2024A big shout out to all of the merchants who participated in our AMA with 2H Media: Holi...
By Jacqui Oct 21, 2024We want to take a moment to celebrate the incredible ways you all engage with the Shopi...
By JasonH Oct 15, 2024