Summary
On a freshly-created agent in the hosted app, sending a message in the in-app Web Chat shows the typing indicator (· · ·) persistently but the agent never responds. Agent activity counters (sessions, messages, tokens) stay at 0 even after waiting several minutes.
Steps to reproduce
- Create a new agent via the wizard (any defaults; Efficient / claude-haiku-4-5 model selected).
- After deployment, click Open Chat on the Web Chat card under Channels (or navigate directly to
/agents/<id>/chat).
- Type any message and hit Enter.
Expected
Agent replies within seconds. The Overview tab Activity counters increment.
Actual
- User's message renders in the chat.
- Typing indicator appears immediately.
- Typing indicator persists for >90 seconds; no response arrives.
- Overview tab Activity counters remain 0/0/0 with Last active: Never.
- Last synced updates normally (e.g.
2m ago), so the agent record itself is being polled.
Environment
- Hosted production deploy.
- Agent deployed onto an already-running shared server (not a fresh one).
- Credit balance is well above zero, so auto-top-up exhaustion is not the cause.
Suspected area
Likely either:
- The shared server's gateway/runtime isn't picking up the newly-created agent registration, or
- Messages from the Web Chat ingress aren't being routed to the agent runtime.
The presence of a Restart Gateway button on the agent Overview suggests this is a recognized failure mode. Worth confirming whether new agents on existing shared servers require a manual gateway restart and, if so, automating that step in the deploy flow.
Summary
On a freshly-created agent in the hosted app, sending a message in the in-app Web Chat shows the typing indicator (
· · ·) persistently but the agent never responds. Agent activity counters (sessions, messages, tokens) stay at 0 even after waiting several minutes.Steps to reproduce
/agents/<id>/chat).Expected
Agent replies within seconds. The Overview tab Activity counters increment.
Actual
2m ago), so the agent record itself is being polled.Environment
Suspected area
Likely either:
The presence of a Restart Gateway button on the agent Overview suggests this is a recognized failure mode. Worth confirming whether new agents on existing shared servers require a manual gateway restart and, if so, automating that step in the deploy flow.