I'm trying to develop an app in Shopify platform, in which I'm having hard time to bring my app as embedded inside Shopify. when ever i try to install after confirm installation it always redirected to the URL which I specified in redirect URL column of app settings.
Guide me how can i load my app inside Shopify web page itself.
Note
My app settings as follow:
App URL (required) of my app is : https://ngrok.io/sp-testapp/#/page/sh-register?appname=shopify
Redirection URL (required) of my app is : https://ngrok.io/sp-testapp/#/page/sh-register?appname=shopify
I have tried with different redirection URL and app URL which also loads out side of Shopify web page
I am using node.js
as my back end and shopify-node-api
library as OAuth2 Module for Shopify API
Thanks in advance