This topic was automatically generated from Slack. You can find the original thread here.
If I have one Airtable trigger per OAuth connection it’s all good but if I try to have 2, Airtable hits me with:
Application has reached its limit for oauth integration created change hooks, the limit is 2 and you have 2
I really need to have have 2 airtable triggers to get my sync working. And I would suspect each trigger to use 1 webhook, but it almost looks like it uses 2. Is that possible?
I might still need to do extras tests that I’m doing cleanup properly but it really looks like I can have just 1 trigger.
with Connect for some reason it seems to starts to happen already for 2nd one, but it’s possible there’s some hanging connection somewhere I have not deleted yet
but I tried to delete all connected accounts and try again and still happens
yep! 2 is good enough for me, In my own app I can do just one deployTrigger but it still might be a problem on my side, some hanging trigger somewhere I did not clean up
Can confirm that still within my tests I can’t get rid of this error.
Even if I create a brand new external user and connect fresh Airtable connection. Either on 2nd Airtable deployTrigger or even already at first deployTrigger.
Any chance there’s something not being cleaned up on Pipedream side?
I’d assume any of these should teardown the previous webhooks:
Deleting the external user - because that cascades deleting their connected accounts
Deleting the connected account
Deleting the trigger
I deleted all external users and it still seems like some webhook is “hanging” somewhere.