Questions and discussions about using the Shopify CLI and Shopify-built libraries.
Hi, we are trying to submit our app on Shopify but its getting rejected because of the message popping out on admin.Shopify domain which is not occurring on the myshopify.com domain, we have constantly made all the new changes like updating app-bridge with a host parameter we get from Shopify and adding admin.shopify in CSP header . As they suggested that app-bridge should load in 5 sec after DOM load which is also getting loaded but the message is still popping.
We are using PHP and JavaScript for our app .This is how we are using app-bridge -
Solved! Go to the solution
This is an accepted solution.
Hey @Stuti17. How are you?
My name is Olavo and I'm part of Shopify's App Bridge team. Thank you for reaching out.
I noticed that you're initializing App Bridge using `shopOrigin` which is not a valid API on the latest version. Would you mind testing your app by initializing it only with `apiKey`, `host` and `forceRedirect`:
```
To learn more visit the Shopify Help Center or the Community Blog.
This is an accepted solution.
Hey @Stuti17. How are you?
My name is Olavo and I'm part of Shopify's App Bridge team. Thank you for reaching out.
I noticed that you're initializing App Bridge using `shopOrigin` which is not a valid API on the latest version. Would you mind testing your app by initializing it only with `apiKey`, `host` and `forceRedirect`:
```
To learn more visit the Shopify Help Center or the Community Blog.
How to verified that?
We have
have you found a solution to this problem?
Hi Olavoasantos,
We are not using Shopify Node App Bridge. We have implemented python based app-bridge using Shopify REST APIs. Can you please suggest what we should do to overcome the outdated App error.
Thanks
Arvind