Marius A

Results 134 comments of Marius A

Hello, Thanks for looking into this. It still happens with 5.2.0, node 18 (just upgraded now from node 16) It happens only for some products, on some shops. I tried...

I've edited `registry.js` to `console.log(req.body)` when hmac != generatedHash Examples when they are different -- notice the `m��necă` chars, it might be related. These show fine in Shopify admin: `mânecă`....

Sure, here are some from past hour: products/update ``` X-Shopify-Webhook-Id 21789976-40e6-41a2-bdf9-0eabf533fd05 X-Shopify-Webhook-Id fc1955df-7960-4bde-8345-8c0cd69bff9f X-Shopify-Webhook-Id 1f7fbd0f-bd7d-4a36-8bb0-ab06528d06f4 X-Shopify-Webhook-Id b0c23a05-876b-440f-a29f-c6959ee95637 X-Shopify-Webhook-Id 1e2890fd-4dcf-4d2b-8119-4140a991a9e0 ``` for topic orders/create, on different shops: ``` X-Shopify-Webhook-Id 2488732e-8694-4c24-82ff-0e26037c2e17 X-Shopify-Webhook-Id...

Hello! Thanks for looking into this. > Are those delays causing troubles to the app? Here there are some best practices we recommend I don't understand this part of the...

I looked at some Webhook-Ids: `8b9815c1-b61d-43b2-960d-f3620d9468ae` `b7a4fcda-fb61-4b8a-b5a9-9de475686464` It always had the same HMAC, and was accepted the 8th and 7th time. All the failures were 401 `Could not validate request`....

> Here's an interesting case: That's from Dec 5, but we can see logs only from past 2 days :( In Shopify they all show with 401, so yes, they...

Guess what? After updating to v6, no more validation errors. I guess it's solved by having webhook processing receiving `rawBody` from the app rather than parsing it by itself, and...