Not Getting "Text" Response from Flowise

Hi, everybody. I am on Typebot v3.9 and Flowise 3.0.4. I have this problem, that when I send a prediction to Flowise, the "text" response (meaning the answer) is often returned empty like so:
{
"statusCode": 200,
"response":"{
"text": "",
"question": "bla bla bla" ...
}
}
{
"statusCode": 200,
"response":"{
"text": "",
"question": "bla bla bla" ...
}
}
But I can see via Langfuse, that my Flowise-Chatflow actually DOES generate a response. Apparently it is just not being transmitted / Typebot is not picking up on it reliably. Whatever the reason: Did anyone ever encounter this before and have a solution? What I am sending to Flowise is a very simple body: { "streaming": true, "question": "{{userMessage}}", "overrideConfig": { "sessionId": "{{sessionId}}" } }
0 Replies
No replies yetBe the first to reply to this messageJoin

Did you find this page helpful?