For discussing the development and usage of Checkout UI extensions, post-purchase extensions, web pixels, Customer Accounts UI extensions, and POS UI extensions
I have a non-embedded shopify app and i've recently added a shopify function for specific discount logic. (This is an excellent feature, by the way!)
When attempting to add a details page for the discount, it redirects to my app._index.jsx file (which launches the user into my application) instead of the route that i've configured it to go to based on the example code. I've added a log statement to the top of the details route loader function and it never shows.
If I set my app to embedded=true in the partners dashboard, I still don't get the example code loaded properly, but it doesn't redirect and I can see the log statement coming from the details route loader.
Can non-embedded apps add a details UI for discounts?
If not, is there a way to make the discount not clickable in the table?