webhooks only fires with npm run -- --reset

I’ve created a remix app for shopify. My webhooks doesn’t get triggered unless I start the app with npm run dev – --reset command. I read about webhook subscription but I expected that I would start the app with npm run dev – --reset command for once and afterwards npm run dev should be okay. Where is my mistake?