New Shopify Certification now available: Liquid Storefronts for Theme Developers

App URL redirection inside an iframe

Sharan_oapps
Shopify Partner
35 1 6

Is it possible to redirect to our own domain url in the iframe without using Shopify App Bridge?

 

 

Replies 2 (2)
ShopifyDevSup
Shopify Staff
Shopify Staff
1203 190 420

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

Sharan_oapps
Shopify Partner
35 1 6

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?