25 seconds timer

hello im having a problem where my custom action has a timer for 25 seconds which way too little time so i was wondering if there is a way to increase the timeout this information would truly be appreciated thank you

What is the custom action doing? You might need to send a request then receive the response via webhook, and send to the adalo collections API.

basicaly it is a payment option that is sent to the customers and while they are trying to pay it cuts mashing up the process so do you know a way of extending the 25 second time out or even if it is possible

soes anybody have any idea on if you can extend the timeout from 25 seconds to more

:point_up_2: :point_up_2: :point_up_2:

Hi @akia,

Custom actions’ response timeout is built-in to Adalo and it is very unlikely that it can be changed.

As @theadaloguy mentioned, you may want to explore the option of receiving the asynchronously. I.e. you launch custom action, get immediate response from your backend (something like “payment initiated”), and then after the payment is processed your backend can update Adalo collection record.
You will need to have some backend for this - could be Make scenario, Xano, etc etc.

Best,
Victor.

1 Like

if you can reply sorry for taking long to see your valuable input but the problem with that victor is that the 25 second would still apply if you did this on xano or zapier or make as the problem is the customer is taking longer to do that which the api require (if you want to know it is evc plus a payment method through phone)

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.