David
                                            David
                                        
                                    BUMP Anyone can take over this bot. (I haven't checked, maybe they already have). You should use a .env file to store your environment variables. (import `dotenv` library, and use...
Can't you just return false in the `eachLine` callback? The docs state: ```If the callback returns false, reading will stop and the file will be closed.```
I started getting this after installing the eslint-plugin-node module and enabling the plugin. The rule `node/no-missing-import` was causing the error. I fixed it by adding `allowModules: ["firebase-admin"]` in the rule...
> Stumbled on this as well. What I did is disabled bodyparser on the webhooks route and it worked. > > Perhaps try this before your bodyParser()? > > E.g....
This used to happen to me when trying to login to Shopify when on a VPN. After several times of logging in, I would get this error when logging in...
@bishpls Dude you're a life saver. I literally needed to know this exact thing, since handling the mandatory webhooks seems different than using the normal `Shopify.Webhooks.Registry.process()` method, and I find...
@bishpls Just a suggestion, I would change `process.env.SHOPIFY_API_SECRET_KEY` to `Shopify.Context.API_SECRET_KEY`, so it always works, no matter the env variable name.
I've just created a simpler version of this library (that fixes this and other issues), which you can find at https://www.npmjs.com/package/simple-koa-shopify-auth
> Hi! > I am facing the very same problem. > > I want to use the latest API version, `ApiVersion.October21`, but I can't because `koa-shopify-auth` does not support the...