cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

Desktop app "table" and "text" views not working

Hey guys.
So I have created a graph of 3000 nodes and 4000 relationships using py2neo and I am now trying to dig into my graph in the neo4j desktop. If i run a query or an call some gds procedure i can see the graph and look at the code, However the table is always empty and when i try to look at the Text (the big A on the left next to the visualisation window) I get the following error message:

something went wrong: "Error: Minified React error #185; visit https://reactjs.org/docs/error-decoder.html?invariant=185 for the full message or use the non-minified dev environment for full errors and additional helpful warnings." and the application can't recover.

going to the https gives the following information

Maximum update depth exceeded. This can happen when a component repeatedly calls setState inside componentWillUpdate or componentDidUpdate. React limits the number of nested updates to prevent infinite loops.

Can anyone explain what this means and how i can fix it? and also why the table is always empty. I would expect there to be the information regarding the nodes returned or something here, but there is never anything.

thanks!

1 ACCEPTED SOLUTION

found out the answer! the desktop app will give this error if the "Result view max" and "max record fields" are empty in the settings.

View solution in original post

1 REPLY 1

found out the answer! the desktop app will give this error if the "Result view max" and "max record fields" are empty in the settings.