gnikyt / laravel-shopify

A full-featured Laravel package for aiding in Shopify App development
MIT License
1.24k stars 374 forks source link

GDPR #1109

Closed yogeshausp closed 2 years ago

yogeshausp commented 2 years ago

I have run the webhook

[ 'topic' => env('SHOPIFY_WEBHOOK_3_TOPIC', 'SHOP_REDACT'), 'address' => env('SHOPIFY_WEBHOOK_3_ADDRESS', 'https://xyx.com/public/webhook/shop-redact') ],

after adding the webhook it showing me the subscription error $topic please check screenshot : https://prnt.sc/09GGNaCNLA4W

I have also attach the webhook in app screenshot : https://prnt.sc/jHhZpe1ZR2mf

while i installing the app it showing me error.

Kyon147 commented 2 years ago

It should be https://xyx.com/webhook/shop-redact

You don't access the webhook on the public path because the whole laravel application goes through public.

Kyon147 commented 2 years ago

Closing as no reply. Re-open if still an issue.