No content to show
User Activity
How can I run my staging Shopify App (not listed in the app store) on the Shopify mobile app?Staging version has distribution type on "public" but it is on draft. Live version is actually listed on the app store and that one works on the Shopify mobi...
08-20-2024
Found that Rebuy is making the request for the checkout url and is removing '?locale=xx'
08-20-2024
I am a developer for manitobah.ca, We use Weglott for our translations. Here is the issue: When the customer goes from the cart page to the checkout, the ?locale=xx is appended to the url and checkout is translated like a charm. But, when customer go...
06-12-2024
I am using Axios in my Hydrogen v2 storefront to fetch some external data from a route's loader. Axios calls an API that is served by an Express.js app deployed on EC2. When I run the project locally or using ngrok, the API call works, but when deplo...
According to the new GraphQL Admin API documentation, now it is possible to extend an existing free trial: https://shopify.dev/docs/api/admin-graphql/2024-01/mutations/appSubscriptionTrialExtend
Did you manage to resolve this?
Did you manage to resolve it? Same issue here
Fixed the issue using this redirect: const { redirect } = await authenticate.admin(request)
WHAT I NEED: In my app._index resource route, I am validating in the loader if the user is enrolled in a monthly plan, if he is not, I need the user to navigate to the "onboarding" page where he can purchase the plan. WHAT IS ACTUALLY HAPPENING: Inst...