A space to discuss online store customization, theme development, and Liquid templating.
Is it possible to redirect to our own domain url in the iframe without using Shopify App Bridge?
HI @Sharan_oapps, if you are creating an 'embedded' app then it is mandatory to use App Bridge. However if you don't need to create your app as embedded you don't need the app bridge authentication flow and can disregard it.
Developer Support @ Shopify
- Was this reply helpful? Click Like to let us know!
- Was your question answered? Mark it as an Accepted Solution
- To learn more visit Shopify.dev or the Shopify Web Design and Development Blog
Hi !
I am developing an embedded app using Node App Template.
In Shopify Partners Dashboard, in APP URL I have mentioned the heroku URL where the node projected is deployed.
But my question is after the Shopify auth flow how to land in our App's UI page[our own domain url] inside the iframe?
Where we need to redirect to our own domain URL in our Node template instead of APP URL mentioned in Dashbord?