API Connector Action fires twice

Hello everyone,

Do any of you have the same problem of getting duplicate webhook responses?
I’m using the API Connector with a POST as action API to call a webhook in Make(Integromat).
It’s interesting because it doesn’t always happen. Only sporadically.

I was just thinking of creating a new field with a counter or status to handle it, but I think it’s related to a bug because it doesn’t always happen.

Maybe one similar to this one:

best regards

Have you been able to use any tools such as Postman to better understand how long it takes for Make to respond when you make a call? I have not seen any documentation on how Bubble handles the API calls, but my experience suggested that it resends the request if it doesn’t see a response in short order (a few seconds). In my case, the response was originally taking somewhere between 8 and 15 seconds and I verified this by using Postman.

Hi, I 've just tested it with Postman. Make recieves the Webhook istant. So it took less then a second. Do you have other ideas?

Just so I know we are talking about the same thing… when you say Make receives the request instantly, do you really mean that Postman receives a response back instantly? I would expect Make to receive a request instantly… but if Make has to go off and do a bunch of work and it then takes more than just a couple of seconds for Make to return results to Postman… then there would be a problem. But if Postman receives a reply/results also almost instantly… then what I ran into isn’t the issue.