I was using a remix template and suddenly encountered this issue in my webhook route, “const { payload, session, topic, shop } = await authenticate.webhook(request);”
webhook Verification suddenly encountered an error: ‘[shopify-app/DEBUG] Webhook validation failed | {valid: false, reason: missing_hmac}.
Through debugging, it can be seen that there is “x-shopify-hmac-sha256” in the headers, and all X-Shopify related initials are lowercase. I want to know why this situation occurs

