Flowise Cloud Bug: No Response in Chat #5766
Replies: 5 comments 1 reply
-
|
I documented a structured implementation blueprint for this. Let me know if you want it. |
Beta Was this translation helpful? Give feedback.
-
|
Thank you. And what does it do? |
Beta Was this translation helpful? Give feedback.
-
|
This sounds like a backend issue rather than anything on your end — thorough troubleshooting! A few things to try:
We have helped clients at Revolution AI migrate between cloud and self-hosted when reliability issues pop up. Hope the team sorts this soon! |
Beta Was this translation helpful? Give feedback.
-
|
This sounds like a backend/websocket issue on Flowise Cloud rather than your config. Diagnosis based on symptoms:
Things to try:
If it is platform-wide:
Self-host alternative: docker run -d -p 3000:3000 flowiseai/flowiseWe see similar cloud platform issues at Revolution AI — if API works but UI does not, it is usually the streaming/websocket layer. |
Beta Was this translation helpful? Give feedback.
-
|
Flowise Cloud no response bug! At RevolutionAI (https://revolutionai.io) we troubleshoot cloud deployments. Debug checklist:
Quick fixes:
Report to Flowise:
Did any of these help? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Flowise Cloud Bug: No Response in Chat and Empty Executions (Ref: GitHub #5750)
I am experiencing a persistent issue with Flowise Cloud where my agents and chatflows are not responding to queries, even on the simplest setups. Here's a detailed description of the problem:
Symptoms:
When I send a query in the built-in Chat interface (e.g., a simple "Hello"), the agent shows "typing..." indefinitely or simply stops without any output.
The Executions/Predictions section remains completely empty, even after multiple tests via the Chat (not node tests).
This happens on both existing and newly created flows (simple chatflows with just Start → LLM → End).
API tests via curl (e.g., POST to /api/v1/prediction/{flow_id}) sometimes return JSON responses, but the UI chat does not display anything.
I have tried on a brand new account, and the issue persists there as well.
What I've Checked and Tried:
Credits/Billing: Fully paid and sufficient (e.g., >$X remaining).
API Keys/Credentials: Valid and tested (using OpenAI/Groq/Anthropic models like gpt-4o-mini).
Deployment: Saved and Deployed flows multiple times.
Browser/Environment: Tested in incognito mode, different browsers (Chrome, Edge), cleared cache, no VPN/adblock issues.
Simplification: Removed all tools, used basic prompts – still no response.
Workarounds: Recreated flows from scratch, exported/imported – no change.
Status: Flowise status is "operational" on StatusGator, but this seems like the AWS backend rendering bug described in GitHub discussion #5750.
This started suddenly after everything was working fine under my subscription. The issue is reproducible across accounts, so it appears to be a system-wide bug rather than account-specific.
Beta Was this translation helpful? Give feedback.
All reactions