I am having issues with ory cloud and setting up flow-interrupting webhooks they do not seem to always work.
I have managed to set one up that will block users from registering when they have not been whitelisted by being present in my db.
However I am not able to set up the webhook/action in so that registering with sign up codes is also passed through this extra validation.
I tried setting the method to All but it stops working, not even for password registration. Password registration only works when I specifically set the method to “password” which is surprising.
Could some one help?