Hi team,
I've been experiencing a persistent issue in Neo4j Browser over the past few days. When I run queries that return multiple values (e.g., counts from subqueries), the Table view misaligns the columns โ values appear stacked under one column instead of being properly distributed across their respective headers.
Here's an example query:
CALL {
MATCH ()-[r:TAGGED]->()
RETURN count(r) AS tagged
}
WITH tagged
CALL {
MATCH ()-[r:LIKED]->()
RETURN count(r) AS liked
}
WITH tagged, liked
CALL {
MATCH ()-[r:RECEBEU]->()
RETURN count(r) AS recebeu
}
RETURN tagged, liked, recebeu
tagged
liked
recebeu
35408
576
94674
Actual output: All values appear under the "tagged" column, and the other columns are empty.
I've tested this on multiple browsers (Chrome, Firefox), cleared cache/cookies, and even tried incognito mode โ same result. This issue did not happen before, so I suspect it may be related to a recent update in Neo4j Browser.
Any guidance or fix would be appreciated!
Can you provide a screenshot of the browser experience?
From within the browser and and from the left frame there should be a gears icon which includes details of the Browser Version. Can you reply back with this as well?
Thanks. i was able to reproduce but only when using a Aura instance. A locally installed instance is reporting correct results. I have forwarded to our Browser Team engineers to further investigate
Thank you for looking into this so promptly. It's helpful to know the issue only occurs with Aura and not with a local instance. I appreciate you escalating it to the Browser Team โ looking forward to any updates they uncover.
Let me know if you'd like a more formal or more casual version!