Not receiving webhooks for app subscriptions update

Webhook under development mode, are not triggered anymore for app_subscriptions/update in my case.


[webhooks]
api_version = "2024-10"
[[webhooks.subscriptions]]
topics = [ "app_subscriptions/update", "app/uninstalled" ]
uri = "[https://hkdk.events/xxxxx](https://hkdk.events/xxxxx)"

When I uninstalled the app, I do receive the webhook but when I do billing.request(...) in the Remix code, looks like I am not receiving the webhook anymore.
Did I misconfigured something?