Hello, we have set up a webhook in our developer app and the webhook works fine and as expected, however it seems that once in a few days the app is disabled for unknown reason, we don`t see any exceptions in the logs or in the dropbox app console, we have also added a try catch phrase inside our webhook code so it always returns 200 even if our logic fails, we also didn`t find an exception in our logs so the logic doesn`t seem to fail.
what could cause the webhook to disable?