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:
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