Console messages and states
A message in the Console names a state, not always a fault. This page maps the strings the Console displays to the condition behind each one and the action that clears it. Errors returned to a client by the gateway are a separate surface, catalogued in Gateway behavior.
How to read a Console state
Three rules cover most confusion:
- A Console message reflects stored configuration, not what the gateway is serving. A saved value is displayed as soon as it is stored, whether or not the data plane has received it. See Configuration propagation.
- An empty list is a state, not an error. Most empty states in the Console mean a prerequisite has not been completed, and they name it.
- A message about the data plane is usually about registration, not connectivity. Nothing in Agent Router connects inbound to a data plane, so a message about a missing data plane URL never means a connection is failing.
Data plane states
"DP is not yet configured"
A badge shown wherever the Console names the active data plane, with the hover text The administrator needs to complete the DP URL configuration.
| Means | No gateway address has been recorded for the data plane. It is not a connectivity check and does not mean a connection was attempted and failed |
| Triggered when | The organization has no data plane at all, or has one whose gateway URL is unset. Where several data planes exist, the badge appears against each entry missing a URL rather than across the whole selector |
| Cleared by | Registering the URL under System → Settings → Data planes, or by passing it at install time as tare install --serve-url. Either is sufficient |
| Who can clear it | An administrator. The message is shown to developers, who cannot act on it themselves |
The field this refers to is described in the onboarding wizard as the URL the management plane uses to reach the AI Gateway. That description is misleading and has been read as an inbound connection requirement. It is not one. What the value is actually used for, and why it does not need to be externally reachable, is set out in The Data plane URL field.