Hello Shopify
I am having a terrible time installing an app with OAuth and looking for the missing documentation.
The end result is a total fail
Refused to display 'https://foobar.myshopify.com/' in a frame because it set 'X-Frame-Options' to 'deny'.
Here are the details:
- Embedded app
- APP URL https://16e7-180-191-xxx-yyy.ap.ngrok.io/webhooks/shopify/auth
- Redirect URL https://16e7-180-191-69-189.ap.ngrok.io/webhooks/shopify/add
- Name of the app is dude and the test store is foobar
From the python API I get the below auth URL
https://foobar.myshopify.com/admin/oauth/authorize?client_id=d99a1688bb10f118d47a8f&scope=read_customers%2Cread_orders%2Cread_reports&redirect_uri=https%3A%2F%2F16e7-180-191-xxx-yyy.ap.ngrok.io%2Fwebhooks%2Fshopify%2Fadd&state=whf2203482d688a3e9f9c80760fcbe53&nonce=whf2203482d688a3e9f9c80760fcbe53
The last redirect after I accept permission is :
https://foobar.myshopify.com/admin/apps/dude
This is where I get the error yet I get access token etc
Shopify what more can I do… I have spent hours on this.