A query led to "Not connected"

Hi,
When I ran this query, the UI status changed to “Not connected”

{
	query_user(func: eq(name, "Alice")){
		count(name)
	}
}

See following images.

image

But If I remove “count”, it is back to be “connected”.

{
	query_user(func: eq(name, "Alice")){
		name
	}
}

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

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.