I am trying to integrate a custom llm. Use ngrok to have custom llm URL. Its working on getting the test response from Vapi, but not in audio/conversation. When I am testing on my local its working fine. can someone help. this is the error: Your server rejected status-update webhook. Error: Request failed with status code 400
k
Kings_big💫
04/17/2025, 9:41 AM
Check that your endpoint URL, request method, headers, and payload parsing are correct, and log incoming requests via ngrok to debug mismatches.
a
AKash
04/17/2025, 9:43 AM
Yes all of them are correct. It's not able to convert to sound, there is out put in text and when I am looking into webhook logs and call logs. {"message":{"message":"Request failed with status code 400","data":"Queue is full."}}