Harshdeep Singh Hura

Results 6 comments of Harshdeep Singh Hura

@FiliSantillan wait why are we pulling from `env` when it's available in the query? Update your `pages/_app.js` to include `host` in `getInitialProps` and then call it in your `config` from...

@lubojanski thanks for reminding that now you don't have to use a separate function to call in on `host` and instead it's directly available. I've updated the code on my...

You can create an offline client. ```javascript const session = await Shopify.Utils.loadCurrentSession(req, res, true/false); //true for online, false for offline. const client = new Shopify.Clients.Graphql(session.shop, session.accessToken); ``` If you took...

Bump^ Same issue with `3.15.0`, reverting to `3.14.0` fixes it

@alvaro-shopify can confirm this works as expected on fresh and existing apps - thank you so much for the fix! Closing the issue^