May 10, 2021
Hello, I am working on an embedded shopify app. I am using next.js and react to create the app. Unfortunately, i am stuck on redirect. I am not able to perform in app redirection. Below is the code...
No content to show
User Activity
04-22-2022
Hi, I am using Redirect.Action.APP and trying to redirect the user to another component in my app on the admin side. But, i end up go through the auth process again which leads me back to the start of the app. Below is how I am trying to redirect. im...
Hi, I am trying to setup webhooks in my node.js app for product update and product delete events. So, when a merchant delete or update a product on their store in which my app is installed, i want to receive a notification on my node.js server. I hav...
Hi @kandi_galaxy , Yes I have solved this issue. In my case, this solution was simple. When i deleted the app, the install status of user in my application's database should have been changed from "installed" to "uninstall". But, I accidentally unin...
Hi, I had created an application using shopify CLI and I am trying to test an application I have been working on a development store. The application worked fine before and I was able to install it on development stores and test it. I have been worki...