Sky-bits
Sky-bits
@froatsnook I am passing the ``` meteor --settings settings.json``` with key and secrete key as per your example i am passing the correct data. ``` { "public":{ "api_key":"7996a84xxxxxxxxx", "root_url":"https://xxxxxxxxx218.ngrok.io" },...
@froatsnook i have public app ``` // @example // // For public apps that haven't been authenticated yet // Shopify.addKeyset("public app", { // api_key: "Your API Key", // secret: "Your...
Any Fixed on this issue ?
@charle-connoringold Thanks Lot for the Answers. how do i get the Shop object ? ` Shopify.Utils.loadOfflineSession(shop); ^ ReferenceError: shop is not defined ` in App back-end i am doing the...
@charle-connoringold Thanks for the answer Shop URL i am getting into my code Dynamically args.shop this was the my active shop args **args.shop == mytestingshop.myshopify.com** ` const session = new...
@shop-fluencer have you fixed this issue have the same issue?
@mkevinosullivan thanks lot for your concern into my query Expresss js with graphql i build the shopify app node react base on shopify boiler plate https://graphql.org/graphql-js/running-an-express-graphql-server/ ` var app =...
@kinngh > ```js > 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); > ``` const session = Shopify.Utils.loadCurrentSession(req,...
@martenbjork Thanks for your answer but can i remove the peer dependency in development mode ? i try with ` --force, or --legacy-peer-deps` but still not able to install. Any...
> Its pretty hacky, but I was able to do it with this package by setting > > Shopify.Context.API_KEY Shopify.Context.API_SECRET_KEY and Shopify.Context.SCOPES Before calling the relevant auth functions > >...