Closed urimerhav closed 1 year ago
I'm trying to implement the GDPR compliance.
Code couldn't be simpler.
2023-05-21 02:24:42 │ backend │ [shopify-app/ERROR] Failed to process webhook: Error: Could not validate request for topic customers/data_request
I would expect the CLI to generate a valid request, and assume the way our template to validate them correctly. What am I missing?
gdpr.js
export default { /**
Closing this - SHOPIFY_API_KEY/SECRET was wrong.
If anyone's having issues with this in the future, run shopify app env pull just to make sure you're using the right keys
shopify app env pull
Issue summary
I'm trying to implement the GDPR compliance.
Code couldn't be simpler.
2023-05-21 02:24:42 │ backend │ [shopify-app/ERROR] Failed to process webhook: Error: Could not validate request for topic customers/data_request
I would expect the CLI to generate a valid request, and assume the way our template to validate them correctly. What am I missing?
gdpr.js
export default { /**