Michael Gibbons
Michael Gibbons
@jfk86d Are you by chance using a paid ngrok account? If so you may have to terminate the tunnel using `shopify app tunnel stop` then `shopify app serve` I don't...
I believe this is a question more geared towards the node api package, here is a similar issue https://github.com/Shopify/shopify-node-api/issues/256 Hope some info in there helps
I agree that there should be a better more streamlined way in node considering it is a mandatory process for public listing, but if you're looking for a quick fix...
Thanks @unlocomqx ! perfect
likely the `app` variable you're passing in lacks the required context. Also you're returning the entire fetch object not the response. Also userLoggedInFetch isn't async by default. Try something like...
Ah after reading some more oauth documentation I think I might have found a starting point. Will update with a PR soon
So I believe I figured out how to do it for the nextJS boiler, essentially the idea is to add a second `shopifyAuth` with offline like so ```js shopifyAuth({ accessMode:...
Okay so after looking over the new auth flow this is what I gathered to be the process if not authed -> redirect to `/auth?shop={shop}` -> if no signed oauth...
I am able to replicate this and it is odd, it may be a bug in the gql api rather than this application. Very good replication steps, thanks. Either the...