Closed david-wb closed 1 year ago
Note that this repo is no longer maintained and this issue will not be reviewed. Prefer the official JavaScript API library. If you still want to use Koa, see simple-koa-shopify-auth for a potential community solution.
Issue summary
Our non-embedded Shopify App has been installed without issues on a few shops, but one shop in particular is receiving the following 500 server error when trying to install.
Expected behavior
The app should install without issues on any store.
Actual behavior
A 500 error is received when our client tries to install the app on their store.
The shopify context is being initialized like so:
And the createShopifyAuth middleware is setup as follows
Checklist