I changed the address for an App Proxy inside my application configuration. Now when I load the address I get a 500 with the message `There was an error in the third-party application`. The request...
No content to show

User Activity

Having the same problem, did you ever manage to resolve it?
This did not work for me with the latest available remix template. I was able to reach the managed pricing page with the following redirect through: const redirectURL = `/auth/exit-iframe?exitIframe=https://admin.shopify.com/store/${shopId}/charges/$...
Before April 22nd the app proxy consistently sent through `x-ip-metadata` header in every App Proxy request. Since that date the rate at which this header comes through in requests has been in a steady decline, which is now affecting apps that rely o...
Any chance you can post the details here instead of on medium locked behind a paywall?
Similar issue here, uploading an image with https://shopify.dev/docs/api/admin-graphql/2023-10/input-objects/FileCreateInput with the duplicateResolutionMode option set to `REPLACE` does NOT replace the image if the filename remains the same.
OK, It's a bit clunky but I've added a banner in affected apps for Mobile users with instructions to go to Desktop to enable the Theme App Embeds.
I followed the instructions available in the Shopify Dev documentation regarding theme app embed deep links for theme activation: https://shopify.dev/docs/apps/online-store/theme-app-extensions/extensions-framework#app-embed-block-deep-linking-url Al...
I would also like clarification on what happens in this instance
Agreed! Busy with mandatory migration away from the asset API and this is holding me back. Adding something like `path_prefix` to the existing `app` liquid object would go a long way in helping with this.
The asset api is going away at the end of the year and if you're on the latest api version it's already gone. You'll need to find another way to achieve your goal.
Thank you for the addition info. To help me understand, please select the correct option for the following scenario. If the app proxy is a javascript file that needs to be executed on a shopify storefront the "example.com" domain in the example you p...
What value should we set for the Content-Security-Policy on App Proxy responses?
I found a workaround that works for my case, maybe it will work for you too const openUrl = (event, url) => { event.preventDefault(); window.open(url, '_blank'); return false; }and then on your a tag <a href="https://example.com" target="_blank...
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.