No content to show

User Activity

I am using "@shopify/shopify-app-express": "^2.0.0",so sessionStorage does not exists -shopify.sessionStorage.loadSession(sessionId) We can fetch data from Redis directly but sessionId does not match with anything. in Redis I can see below data - "[[...
from above example, what is this part -decoded.dest_access_token I am able to decode the token and get data, but I don't have any dest_access_token key in decoded part, I have checked with jwt.io as well, all I have is this -{"iss": "xxxx","dest": "x...
Thank you for your replay with explanation.I tried and realise that I don’t have shopify.verifyToken() method available.     "@shopify/shopify-app-express": "^2.0.0", And I am using shopifyApp method from that package like this - const shopify = shop...
import { join } from "path";import { readFileSync } from "fs";import express from "express";import serveStatic from "serve-static" import shopify from "./shopify.js";import GDPRWebhookHandlers from "./gdpr.js"; const PORT = parseInt(process.env.BACKE...
We have shopify app developed long back. our client has mentioned that it has stopped working, it looks like the SHOPIFY_API_KEY and SHOPIFY_API_SECRET is expired it is giving unauthorised error.I have also observed that we have some deprecated packa...
Using shopify cli I have created boilerplate code to build app using React.on React UI we are calling API to get data - const {data,refetch: refetchProductCount,isLoading: isLoadingCount,isRefetching: isRefetchingCount,} = useAppQuery({url: "/api/pro...
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.
This widget could not be displayed.