Failing these two:
-
Provides mandatory compliance webhooks
-
Verifies webhooks with HMAC signatures
Solved the Provides mandatory compliance webhooks by deploying the configuration had old dev tunnel url in there, had to update the url to fix it.
For this Verifies webhooks with HMAC signatures I just used createHmac from crypto library instead of shopify.authenticate.webhook from shopify library as a workaround and it seems to work for now and all the automated checks was successful.
@m4jor i’m running into the exact same issue.
do you have a step by step guide on how to resolve this?
I’m not sure how to do this without a bit more instruction. Big Thanks!