garettB / shopify-flask-example

A simple Shopify app created using Flask and Python
Other
231 stars 66 forks source link

HMAC could not be verified: #24

Open priyank-panchal-inferenz opened 1 year ago

priyank-panchal-inferenz commented 1 year ago

I have verified both the SHOPIFY_API_KEY and SHOPIFY_SECRET, but I am still encountering an error.

garettB commented 1 year ago

That's strange. It's possible the process has changed since this sample was written, but given no other reports I think that's unlikely.

Have you debugged to see what data is getting passed through, what HMAC is expected vs what is received?