Hi guys, we started as a group of friends who were tired of hearing bad news about our planet due to the ongoing climate change. We created a simple Shopify plugin which lets customers at checkout o...
No content to show
User Activity
Hi guys,We developed a new application which lets your store become more sustainable. As you know customers do prefer brands which take action on climate change.By installing our free plugin through the Shopify App Store a new container will be place...
Hi there,although I can't answer your question about the difference between the two webhooks I'd like to ask if you could share your code about dealing with the body parser so the webhook handler is called correctly? ThanksChris
Hi John,Not really...I suspect that the body parser is causing some issues. The HMAC signature is generated through the raw request body. The preinstalled Koa-Router or perhaps another package coming with the Shopify CLI is parsing the body. However,...
Hi John,I debugged a little further and I can see that the handler is not executed for a reason. So it's not related to the verification itself. Thanks for your help! Chris
Hello John,please excuse my late reply ... holidays and stuff When I talked about not getting the console output I was referring to the console output in the handler. Sorry for my unclear language! Please see the image attached with the handler.If t...
I'm using the Shopify CLI with NodeJS, React und MongoDB. When verifying webhooks coming from Shopify I experience a weird behavior.My middleware:import validShopifyRequest from "valid-shopify-request";
export const verifyWebhook = async (ctx, next)...
Hello guys,I am developing an public Shopify app using the Shopify CLI. Therefore I am using NodeJS + Koa + NextJS for the backend as this was preinstalled from Shopify CLI.I managed to register a webhook. As Shopify suggests it is necessary to verif...
I just found this github Repo from Nate. Its a demo template for Shopify CLI to use session tokens instead of cookies.https://github.com/nprutan/shopify-cookieless-auth-demo
Same issue here with koa-auth on the latest version. Shopify any updates regarding an update to this package? Thanks, Chris
I just found this npm package. Do you think that could solve the issue?https://www.npmjs.com/package/koa-shopify-auth-cookieless
Thanks a lot for this clear words! I am going to check the Slack space and the board you mentioned. Can you give me some realistic dates on when the Shopify CLI will be able to provide the updated starter version? Perhaps it's a good idea to wait if...
Thank for your answer. I'll look into it.
Hello guys,I am in the middle of building my very first Shopify App. During installation I used the Shopify CLI to get started quickly and easily. I am using React + NodeJS + Mongo. Due to the fact that Safari is blocking all 3rd party cookies I am n...