Webhook gets triggered with "shopify app webhook trigger", but not in test shop

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.

Maybe double check your app URL in config? If you are using tunnels, check if tunnel URL is updated right and working.

Yes, i figured it out. I didn’t quite understand how the console commands work.
I was using HTTP for subscribing to a webhook topic with the changing cloudflare urls.
You have to use shopify app dev first and after that in a new terminal shopify app deploy, so your shop knows it has to use the new updated URL.