- If your function uses an
HTTP trigger, check whether the function callsresponse.send(). - If your function does not use an
HTTP trigger, check whether you have calledcallbackin the functionhandler. - If you still cannot find the cause, add logging to your function to determine why the timeout occurred. For more information, see Locate online problems.