Hi,
When I ran this query, the UI status changed to “Not connected”
{
query_user(func: eq(name, "Alice")){
count(name)
}
}
See following images.

But If I remove “count”, it is back to be “connected”.
{
query_user(func: eq(name, "Alice")){
name
}
}
pawan
(Pawan Rawal)
2
Seems like a bug in Ratel where certain responses are not handled well. Could you file an issue on Github please?
An issue has been created.
1 Like
system
(system)
Closed
4
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.