Hello,
I am trying to connect my whatsapp to an openai assistant as a chatbot to converse with using custom knowledgebase. But the problem is in the POSt requests are not working with me. After i save the conversation thread and the user responses in their variables, I try to send it via post request in json format to my application url, but i get this error:
<!doctype html><html lang=en><title>500 Internal Server Error</title><h1>Internal Server Error</h1><p>The server encountered an internal error and was unable to complete your request. Either the server is overloaded or there is an error in the application.</p>
