#Webhook Timeout

1 messages · Page 1 of 1 (latest)

sinful yarrow
#

Hi @gray jackal sorry should have posted here. So I got a webhook and changed the timeout to 60 seconds but 10 seconds into the text I get this error

steady cobalt
#

Hey @sinful yarrow , the Timeout is the duration the HTTP module waits for your server/endpoint response. Since it has already responded, there's no need to wait any longer.

In this scenario, you should investigate why it's responding with error 500.

sinful yarrow
#

Thanks for the reply, but there wasn't a repsonse yet. I am sending it to Make and have a return module at the end. I'm using an AI automation. with GPT 4 it times out, 3.5 it works

steady cobalt
#

GPT 4 it times out with 60s ?

sinful yarrow
#

not in make, it completes in about 30 seconds but by the time it completes Typebot already says it has timed out which it hasnt

steady cobalt
#

Did you use response to webhook on the end flow on make ?

gray jackal
#

Hmm let me try that

gray jackal
#

I could not reproduce the issue but I just pushed something that should provide a better error message.