Kirby Shopify Cache Issue

Hi, this is probably a question for @tristantbg if you’re able to help.

I’m getting stuck with the caching for Kirby-Shopify.

I’m running the site in a development environment locally using Laravel Valet and the domain is set to https://example.test (https enabled with laravel secure)

Everything seems to be working when I manually delete the cache as all the products show up. But whenever I update or delete etc nothing changes unless I manually delete again.

The documentation is also a bit unclear in regards to secrets etc. I’ve attached screenshots below, can you say which needs to be used for the .env file options:
API_KEY= 1
API_PASSWORD= 2
SHOPIFY_APP_SECRET= 3
ACCESS_TOKEN= 4



Hello @AlexT,

Shopify can’t have access to your local environnement, the webhook therefore in sent nowhere and your cache is not updated.
Maybe I should disable cache on local environnement or add an option to disable it.

Thanks for the screenshots, I’ll add them to the repo.

Best,
T