I have an issue with using a deep link for adding an app block extension. I use recommendations from the official discussion Theme app extension configuration :
I get the issue ‘’“My-application” not added. There is a problem with the app block. Contact the app developer.’ I get this issue in different browsers.
I followed advice from this link. I allowed using 3rd party cookies in my browser and it started working. Of course it’s ok for local development but it’s not a production ready solution. Users will not open the settings and set something in the “Privacy” tab.
Do you have any plans for fixing this issue for all browsers?
In this case the deep link doesn’t work. When I turn off the option everything works perfectly.
Safari users are the valuable part of our customers and make them change default Browser setting for clicking the link inside the Shopify ecosystem is not an ideal solution.
Hi. I used the same link with changes according to my app. But, still the error persists. So is there anything we need to change with liquid and js files? Could you provide some more details on how it worked for you.
My workflow is designed to be in the following manner: I have a js file in the assets directory which holds the complete coding logic of what to display. I have a template code in liquid and in schema added this js file to change with dynamic values to replace code template written in liquid file. The link navigates to theme editor correctly, but the same error mentioned by @Denis_Kirichenko is shown up. Could you provide some more assistance with this @AMaL ?