Mia Assistant UI errors on large queries despite successful backend execution #654
carrielevy
started this conversation in
Product Feedback
Replies: 1 comment 2 replies
-
|
Hi @carrielevy , thanks for reporting this issue. We are trying to investigate and replicate the issue. In the meanwhile I'd like to ask you if the correct response is shown completely in the UI (despite the error text showing in the UI) and/or which is the status code revceived in the frontend application. Just to check if there's an actual error in the communication between the FE and the BE (such as an interruption of the stream) or some text that is not correctly recognized by the frontend which causes to show this error. Thanks, |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
What product would you like to leave feedback for?
Console
What Console version are you using?
v14.4.0
Description
We are seeing consistent failures in the Mia Assistant UI when submitting larger or more complex queries, even though the backend execution appears to complete successfully.
Summary of the issue
When users submit broader queries to the Mia Assistant, the UI returns an error message indicating the request failed. However, when inspecting backend logs, the request completes successfully and returns the expected data.
This appears to be a UI handling issue rather than a failure in the MCP server or Mia Assistant execution layer.
Example query
Please give me this information for everyone who's name starts with a letter in the range of A - D
Observed behavior
• The Mia Assistant UI displays an error for the response
• The UI shows placeholder tool call errors instead of rendered content
• No error logs are present for the assistant execution
• Grafana logs show successful responses with full payloads returned from the backend
Expected behavior
• The UI should successfully render the response returned by the assistant
• If payload size or response structure exceeds UI limits, the error should be explicit and actionable
• Backend success should not surface as a UI failure without context
Additional observations
• Smaller or batched queries sometimes work, for example requesting 25 users at a time
• Larger scoped queries fail more consistently
• Logs indicate success from the MCP server and assistant processing
• The failure only appears to occur at the UI rendering or response handling layer
Evidence
• Attached Grafana logs showing successful backend execution
• Attached UI screenshot showing Mia Assistant error and placeholder tool call output
This issue makes it difficult for users to trust the assistant for broader informational queries, even though the backend is clearly capable of handling them. Happy to provide additional logs or repro steps if helpful.
Beta Was this translation helpful? Give feedback.
All reactions