Skip to content

Question dock stays open after successful reply in web app #27977

@minhquanle312

Description

@minhquanle312

Summary

When answering an agent question from the web session dock, the reply request succeeds but the question dock stays visible and the UI does not advance.

Steps to reproduce

  1. Open a web session where the agent asks a question through the question dock.
  2. Fill out all required items in the dock.
  3. Click Submit.
  4. Observe the POST /question/{requestID}/reply request succeed.

Actual behavior

The question dock remains visible and the session stays blocked even though the reply API call succeeded.

Expected behavior

After a successful reply, the pending question should be cleared locally and the dock should disappear so the session can continue.

Notes

Current web UI behavior depends on the question.replied event to remove the pending question from local sync state. If that event is delayed or missed, the dock remains stuck.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions