I created an app with remix and typescript. It should trigger a webhook when an order is created. When I test it in the terminal with “shopify app webhook trigger” the console logs the webhook successfully. But if create an order in my testshop I get no notification at all. There is also no delivered webhook in the insight monitor of the app. I already allowed protected customer data access in the API access settings.
This is my toml file:
This is my webhooks.app.orders_create.tsx:
And shopify.server.ts:
The rest of the files is pretty much unchanged.