Kevin O'Sullivan
Kevin O'Sullivan
There's insufficient information here to provide context on why this is happening. 1. how is your app created? 2. what framework does it use? 3. what is the app trying...
👋🏻 The latest version of the CLI (`v3.13`) now uses `localhost` instead of bringing up a tunnel for the `dev` command. If you want to continue using tunnels, run `npm...
With what framework is the app being used? E.g., express, koa, etc.? The `request`/`response` should be coming from the framework or from Node.
If [this](https://shopify.dev/api/storefront/2022-07/objects/Cart) is the Cart you are referring to, it is part of the *Storefront API*, which only has a GraphQL interface. The Rest Resources provided are for the [Admin...
@omkaark I tried the following steps and have been unable to reproduce the issue. 1. `shopify app create node -n issue807` 2. `cd issue807` and modify the `/webhooks` handler to...
It's unclear what the actual ask is here. The repo provides a [Getting started](https://github.com/Shopify/shopify-api-node/tree/main/docs) guide that is linked from the top-level README (https://github.com/Shopify/shopify-api-node/#getting-started)
Online tokens adopt user-based access permission scopes, which are used to determine if the proxied GraphQL request should be completed or not. Offline access tokens adopt the scopes of the...
There's not a lot of context provided but it might be there aren't any scopes being provided to the `Shopify.Context` during initialization, or not provided in the correct format. It...
There's not enough information here, or background. 1. how was the app created? (e.g. using the CLI, copying a template, ...?) 2. are you using the Shopify CLI to run...
Insufficient information provided - please provide more detail in terms of app type/framework/what the app is attempting to do when error occurs.