Hello all,
I’m trying to build Embedded Private App and something I’m missing. As it is instructed here, I created App, got API key. Then a very simple page with content:
<head>
<script src="[https://cdn.shopify.com/s/assets/external/app.js"></script>](https://cdn.shopify.com/s/assets/external/app.js"></script>);
<script type="text/javascript">
ShopifyApp.init({
apiKey: '1e7192ab8e2cc7f2fafbc4b8eb2effcf',
shopOrigin: '[https://my-dev-appshop.myshopify.com'](https://my-dev-appshop.myshopify.com');,
debug: true
});
</script>
</head>
<body>
Private app
</body>
And I’ll I get by visiting this page is redirect to my shop with screen.
The page you're looking for can't be found.
Try a search instead.
Redirect URL is
[https://my-dev-appshop.myshopify.com/admin/apps/1e7192ab8e2cc7f2fafbc4b8eb2effcf/](https://my-dev-appshop.myshopify.com/admin/apps/1e7192ab8e2cc7f2fafbc4b8eb2effcf/)
What am I missing? It’s my first experience with shopify at all, so maybe I missing all understanding how EASDK works. I tested it from localhost and from my domain with SSL. Thank you for any tips.