Aurélien Bobenrieth

Results 5 comments of Aurélien Bobenrieth

@baorv App URL should be `/` not `/auth` nor `/auth/inline` and changing it to `/auth/inline` ends up in a "Request origin could not be verified" from Shopify Admin App view.

@felipeloha If you update your app (and packages) to use the new Shopify session based authentication system it should work fine now !

Did you try to add a prefix to your conf ? See here : https://github.com/Shopify/koa-shopify-auth/#shopifyauth

And I am unable to navigate through my pages without the whole page reloading. For example, if I use : ```javascript import { useRouter } from 'next/router' // ... const...

Yeah was wondering the same, this is pretty annoying.