Shopify Webhook Trigger Issue - GDPR
Issue summary
I'm trying to trigger the webhook for gdpr using shopify cli and using the dashboard->customer but it's not working properly. I'm not receiving any webhook call using the customer dashboard. But using the shopify webhook trigger command I'm getting the request from shopify but it's not sending me the right request params like {apiVersion: , domain: , topic: , webhookId: }
@shopify/shopify-app-expressversion: 1.0.0- Node version: v19.2.0
- Operating system: Mac Version 13.1 (22C65)
2023-01-09 06:35:32 | backend | [shopify-api/INFO] Processing webhook request | {apiVersion: , domain: , topic: , webhookId: }
2023-01-09 06:35:32 | backend | [shopify-app/ERROR] Failed to process webhook: Error: Missing one or more of the required HTTP headers to process webhooks: [X-Shopify-API-Version]
Expected behavior
It should work properly on the GDPR requests.
Looks like something wrong with the GDPR requests or maybe an issue with the current package.
Same here. Any news on that issue ?
No, not yet.
Hello guys! Have you added customer scopes to your app?
Please provide the precise steps to reproduce the issue.
Any updates on this? Just started getting this issue