Avocados Lab

Results 20 comments of Avocados Lab

@ilugobayo Did you upgrade to [latest version](https://github.com/Shopify/koa-shopify-auth/releases/tag/v4.1.2) of `koa-shopify-auth: 4.1.2`? If so, please delete your iFrame cookies. I saw similar issue and clearing cookies did help me resolve it.

@barisozdogan did you test your app on Safari by turning off third party cookies? Reason I ask is because I see `ctx.cookies.get`. If app doesn't have access to iFrame cookies,...

Hey @paulomarg , curious if you got opportunity to update documentation & example around this.

I'm in similar boat. Getting `Cannot complete OAuth process. Could not find an OAuth cookie for shop url` when I'm trying to navigate inside app.

`accessToken` I'm getting back is a short one. I was expecting long bearer token which I could decode. Is it expected? I'm using `offline` param that I pass same to...

This would be great addition. Currently doing following to get session information after `verifyRequest` ``` const session = await Shopify.Utils.loadCurrentSession( ctx.req, ctx.res, false ); ```

This is expected behavior as per https://github.com/Shopify/koa-shopify-auth/issues/81#issuecomment-816656683

I had similar auth loop but then whitelisting NextJS static content resolved it. Once you monitor network tab, you would understand who is initiator of those /auth routes. ``` router.get("(/_next/static/.*)",...

Refreshing agent webchat fixes this.

Any plans to merge this anytime soon?