Hey,
I have configured Webhook in a dropbox app to listen to any changes on a shared folder. It works fine in my local development envrionment(I am using ngrok to expose my local web server localhost:3000). I only got 1 webhook call each change. However, whenever any file change, including upload, rename, delete and so on, my staging service is getting two webhook calls per action, which is very strange. The two webhooks come to my staging service have different user parameters.
And with two webhook coming, our server creates duplicated content. Any help?
Thanks,
Feifei