Does anyone know how long Bubble will wait for a response for an API? I have a call that sometimes takes the server up to a minute to respond. Sometimes it goes through, sometimes it does not so I am curious if anyone knows how long it takes before Bubble decides to give up waiting… And is there a way to change that setting?
I guess a better question is, is it timing out for you?
Wiith a webhook, your API could simply respond that “yes, i’ve got your request” and then send back data once the run is complete. it would send it to a backend API workflow to intake the data, and process the results accordingly. hence, you don’t need to even worry about longterm connections.
Is it possible to trigger an event so that when a new row is entered into the DB (would be from the webhook) , and a column in the row has a certain value, then update a field in the UI?
is there any workaround you have figured out since i am getting an error where the api connector is firing the request more than once and i think that is because it takes time for my external server to respond maybe 3 - 4 minutes