No content to show
User Activity
11-11-2022
I have solved this, writing this comment for anyone else that comes across this issue. Within the appsetup section for the app on the partner dashboard at the bottom you need to specify what 'sensitive customer data' you require as part of your app.
We have created a shopify app that creates a few webhooks on stores that install it, the user can also disable and reenable these webhooks. We also have a few test environments: When testing on the first environment the webhooks are created, disabled...
10-14-2022
Okay so this has been resolved, just adding this comment incase anyone else experiences this issue. Turns out the server was stripping the auth headers from every request! So just had to do some configuration around that.
10-10-2022
I have also noticed that when I kick off a request to my app api layer the result from the useAppBridge call is returning nothing. What could cause this? It is populated at every step before I make a call to the backend.
I am seeing some issues when I host a version of my custom shopify app to test. It works absolutely fine when ran locally using 'npm run dev' command but when I build and host the app I am running into issues. I am able to install the hosted version ...
Hi, Thanks for responding. You are correct, the page I am expecting to see is the one when someone adds the app. What im wondering is why it would work locally, and not when the app is hosted. Thanks Im trying to understand why the redirecti
I have been developing a Shopify app and have been able to test it locally through ngrok. The next step was to host the app and install it on a development store for testing. When I host the app (on AWS) and try to install it I am hit with the "No pa...
My Accepted Solutions
Subject | Views | Posted |
---|---|---|
1216 | 11-11-2022 11:20 AM | |
2217 | 10-14-2022 10:42 AM |