App reviews, troubleshooting, and recommendations
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hi, I created custom session storage and now i don't know how to add it to my api configuration which looks like this:
const Shopify = shopifyApi({ apiKey: process.env.SHOPIFY_API_KEY, apiSecretKey: process.env.SHOPIFY_API_SECRET_KEY, scopes: process.env.SCOPES.split(','), hostName: process.env.HOST.replace(/https:\/\//, ""), isEmbeddedApp: false, apiVersion: LATEST_API_VERSION })
I saw how to implement session storage in shopfiyApp function from