Aura Instances overview shows 0 nodes and 0 relationships, but Query returns real counts
S
Sowmiya
My AuraDB instance is running, and the Neo4j data is present.
I verified this in two ways:
- From my application backend, /debug/neo4j-status returns:
connected = true
nodes = 103
relationships = 150
- In Aura Query, after switching to my user database:
:use b1aa5e97
MATCH (n) RETURN count(n)
MATCH ()-[r]->() RETURN count(r)
These return the expected non-zero counts.
However, on the Aura Instances overview card, the same instance still shows:
- Nodes: 0
- Relationships: 0
So the database is populated, but the Aura console overview metrics appear stale or incorrect.
Instance ID: b1aa5e97
Status: Running
Please check why the Instances overview does not reflect the actual graph counts shown by Query.