skip to Main Content

Shopify PostgreSQL Session Storage Doesn't Work

I'm working to set up PostgresSQL Session Storage for my Shopify app using the direct Shopify documentation They say to set up Session Storage like so: import Shopify from '@shopify/shopify-api'; Shopify.Context.initialize({ SESSION_STORAGE: new Shopify.Auth.Session.PostgreSQLSessionStorage("postgres://username:password@host/database"), ... }); // OR Shopify.Context.initialize({ SESSION_STORAGE:…

VIEW QUESTION
Back To Top
Search