Anyone else notice a change in the online browser, where nodes no longer expand when the "expand" button is clicked and the "show all relationships" button similarly does not respond? This had been working fine for me, but when I tried today it did not work. I tried several different browsers (Brave, Chrome, Safari) and they all had the same problem.
Having same issue. What's the solution?!
I have not found a solution yet. My workaround for now is to assign a variable to all relationships I want to return (e.g., 'MATCH (x)-[r:HAS_RELATIONSHIP]-(y) RETURN x,r,y'), but that is very cumbersome. If anyone has other ideas, please share.
Just tried this with a Neo4j Aura Free instance and with the `:play movies' dataset and did not encounter similar behavior.
Are you connecting to Neo4j Browser via clicking a button from Aura Console? via Neo4j Desktop? or simply launching a Google Chrome, FireFox, Safari browser and then entering the url for the Aura instance?
I am accessing a Neo4j Aura Free instance with a dataset I have been using for months, with no troubles or significant changes to its schema recently. I connect by opening a browser, navigating to neo4j.com and signing in, and then launching* the instance.
I am on MacOS and recently updated to Sequoia 15.0 before encountering this problem--but I am doubtful that is the cause. I cannot think of anything else that changed on my end.
*edit: opening
The problem seems to have resolved. I am not sure whether it was a temporary glitch with the neo4j backend, or if I had something messed up on my end. Either way, happy things are back to normal! Thanks for the help.