shopify-api-js icon indicating copy to clipboard operation
shopify-api-js copied to clipboard

App Proxy Processing

Open molotow11 opened this issue 3 years ago • 0 comments

Is there any way to process app proxy requests?

Tried the following and it is 'undefined' session:

router.get("/proxy_path", async (ctx) => { let isOnline = false; const session = await Shopify.Utils.loadCurrentSession(ctx.req, ctx.res, isOnline); console.log(session); });

molotow11 avatar Jul 12 '21 06:07 molotow11